#606AAD

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

Shades of Chetwode Blue #606AAD

Tints of Chetwode Blue #606AAD

Color information

#606AAD (or 0x606AAD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and AD. RGB value is (96,106,173). Sum of RGB (Red+Green+Blue) = 96+106+173=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #606AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAD is #9F9552. Grayscale: #6E6E6E. Windows color (decimal): -10458451 or 11364960. OLE color: 11364960.

HSL color Cylindrical-coordinate representation of color #606AAD: hue angle of 232.21º 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 #606AAD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96106173-
CMYK0.450.3900.32
HSL232.21º31.95%52.75%-
HSV(B)232.21º44.51%67.84%-
XYZ17.5215.8141.66-
YUV110.65163.19117.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=25.6%
G=28.27%
B=46.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961061730.450.3900.32232.2131.9552.75
Hex606AAD2D27020e82035
Octal14015225555470403504065
Binary1100000110101010101101101101100111010000011101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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