#606CAD

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

Shades of Chetwode Blue #606CAD

Tints of Chetwode Blue #606CAD

Color information

#606CAD (or 0x606CAD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6C and AD. RGB value is (96,108,173). Sum of RGB (Red+Green+Blue) = 96+108+173=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #606CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CAD is #9F9352. Grayscale: #6F6F6F. Windows color (decimal): -10457939 or 11365472. OLE color: 11365472.

HSL color Cylindrical-coordinate representation of color #606CAD: hue angle of 230.65º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606CAD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96108173-
CMYK0.450.3800.32
HSL230.65º31.95%52.75%-
HSV(B)230.65º44.51%67.84%-
XYZ17.7316.2341.73-
YUV111.82162.52116.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=25.46%
G=28.65%
B=45.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961081730.450.3800.32230.6531.9552.75
Hex606CAD2D26020e72035
Octal14015425555460403474065
Binary1100000110110010101101101101100110010000011100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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