#606CB6

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

Shades of Chetwode Blue #606CB6

Tints of Chetwode Blue #606CB6

Color information

#606CB6 (or 0x606CB6) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6C and B6. RGB value is (96,108,182). Sum of RGB (Red+Green+Blue) = 96+108+182=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #606CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CB6 is #9F9349. Grayscale: #707070. Windows color (decimal): -10457930 or 11955296. OLE color: 11955296.

HSL color Cylindrical-coordinate representation of color #606CB6: hue angle of 231.63º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606CB6 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96108182-
CMYK0.470.4100.29
HSL231.63º37.07%54.51%-
HSV(B)231.63º47.25%71.37%-
XYZ18.6316.5946.48-
YUV112.85167.02115.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 182 (71.48% from 255) = 47.15%
R=24.87%
G=27.98%
B=47.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961081820.470.4100.29231.6337.0754.51
Hex606CB62F2901De82537
Octal14015426657510353504567
Binary110000011011001011011010111110100101110111101000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606CB6; }

 p { color: rgb(96,108,182); }

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

<style>
 a { background-color: #606CB6; }

 a { background-color: rgb(96,108,182); }

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

<style>
 span { border-color: #606CB6; }

 span { border-color: rgb(96,108,182); }

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