#606ED1

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

Shades of Chetwode Blue #606ED1

Tints of Chetwode Blue #606ED1

Color information

#606ED1 (or 0x606ED1) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and D1. RGB value is (96,110,209). Sum of RGB (Red+Green+Blue) = 96+110+209=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #606ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ED1 is #9F912E. Grayscale: #747474. Windows color (decimal): -10457391 or 13725280. OLE color: 13725280.

HSL color Cylindrical-coordinate representation of color #606ED1: hue angle of 232.57º degrees, saturation: 0.55, 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 #606ED1 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96110209-
CMYK0.540.4700.18
HSL232.57º55.12%59.8%-
HSV(B)232.57º54.07%81.96%-
XYZ21.9118.2462.69-
YUV117.1179.86112.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 209 (82.03% from 255) = 50.36%
R=23.13%
G=26.51%
B=50.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961102090.540.4700.18232.5755.1259.8
Hex606ED1362F012e9373c
Octal14015632166570223516774
Binary110000011011101101000111011010111101001011101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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