#606ED2

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

Shades of Chetwode Blue #606ED2

Tints of Chetwode Blue #606ED2

Color information

#606ED2 (or 0x606ED2) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and D2. RGB value is (96,110,210). Sum of RGB (Red+Green+Blue) = 96+110+210=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #606ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ED2 is #9F912D. Grayscale: #747474. Windows color (decimal): -10457390 or 13790816. OLE color: 13790816.

HSL color Cylindrical-coordinate representation of color #606ED2: hue angle of 232.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #606ED2 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96110210-
CMYK0.540.4800.18
HSL232.63º55.88%60%-
HSV(B)232.63º54.29%82.35%-
XYZ22.0318.2963.34-
YUV117.21180.36112.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 210 (82.42% from 255) = 50.48%
R=23.08%
G=26.44%
B=50.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961102100.540.4800.18232.6355.8860
Hex606ED23630012e9383c
Octal14015632266600223517074
Binary110000011011101101001011011011000001001011101001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,110,210); }

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

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

 a { background-color: rgb(96,110,210); }

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

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

 span { border-color: rgb(96,110,210); }

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