#606DCE

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

Shades of Chetwode Blue #606DCE

Tints of Chetwode Blue #606DCE

Color information

#606DCE (or 0x606DCE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6D and CE. RGB value is (96,109,206). Sum of RGB (Red+Green+Blue) = 96+109+206=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #606DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCE is #9F9231. Grayscale: #737373. Windows color (decimal): -10457650 or 13528416. OLE color: 13528416.

HSL color Cylindrical-coordinate representation of color #606DCE: hue angle of 232.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606DCE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96109206-
CMYK0.530.4700.19
HSL232.91º52.88%59.22%-
HSV(B)232.91º53.4%80.78%-
XYZ21.4317.8860.71-
YUV116.17178.69113.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=23.36%
G=26.52%
B=50.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961092060.530.4700.19232.9152.8859.22
Hex606DCE352F013e9353b
Octal14015531665570233516573
Binary110000011011011100111011010110111101001111101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,206); }

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

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

 a { background-color: rgb(96,109,206); }

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

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

 span { border-color: rgb(96,109,206); }

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