#606FC6

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

Shades of Chetwode Blue #606FC6

Tints of Chetwode Blue #606FC6

Color information

#606FC6 (or 0x606FC6) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6F and C6. RGB value is (96,111,198). Sum of RGB (Red+Green+Blue) = 96+111+198=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #606FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FC6 is #9F9039. Grayscale: #747474. Windows color (decimal): -10457146 or 13004640. OLE color: 13004640.

HSL color Cylindrical-coordinate representation of color #606FC6: hue angle of 231.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #606FC6 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96111198-
CMYK0.520.4400.22
HSL231.18º47.22%57.65%-
HSV(B)231.18º51.52%77.65%-
XYZ20.717.9355.8-
YUV116.43174.03113.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=23.70%
G=27.41%
B=48.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961111980.520.4400.22231.1847.2257.65
Hex606FC6342C016e72f3a
Octal14015730664540263475772
Binary110000011011111100011011010010110001011011100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,198); }

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

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

 a { background-color: rgb(96,111,198); }

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

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

 span { border-color: rgb(96,111,198); }

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