#6271CC

Color #6271CC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6271CC

Tints of Chetwode Blue #6271CC

Color information

#6271CC (or 0x6271CC) is unknown color: approx Chetwode Blue. HEX triplet: 62, 71 and CC. RGB value is (98,113,204). Sum of RGB (Red+Green+Blue) = 98+113+204=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6271CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271CC is #9D8E33. Grayscale: #767676. Windows color (decimal): -10325556 or 13398370. OLE color: 13398370.

HSL color Cylindrical-coordinate representation of color #6271CC: hue angle of 231.51º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6271CC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98113204-
CMYK0.520.4500.2
HSL231.51º50.96%59.22%-
HSV(B)231.51º51.96%80%-
XYZ21.8418.7759.6-
YUV118.89176.03113.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 23.61%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=23.61%
G=27.23%
B=49.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981132040.520.4500.2231.5150.9659.22
Hex6271CC342D014e8333b
Octal14216131464550243506373
Binary110001011100011100110011010010110101010011101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6271CC; }

 p { color: rgb(98,113,204); }

 H1.HeaderClassName
 {
   color: #6271CC;
 }
 .AnyTagClassName
 {
   color: #6271CC;
 }
</style>
background-color css

<style>
 a { background-color: #6271CC; }

 a { background-color: rgb(98,113,204); }

 div.DivClassName
 {
   background-color: #6271CC;
 }
 .BgClassName
 {
   background-color: #6271CC;
 }
</style>
border-color css

<style>
 span { border-color: #6271CC; }

 span { border-color: rgb(98,113,204); }

 td.TdClassName
 {
   border-color: #6271CC;
 }
 .TagClassName
 {
   border-color: #6271CC;
 }
</style>