#606AAE

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

Shades of Chetwode Blue #606AAE

Tints of Chetwode Blue #606AAE

Color information

#606AAE (or 0x606AAE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and AE. RGB value is (96,106,174). Sum of RGB (Red+Green+Blue) = 96+106+174=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #606AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAE is #9F9551. Grayscale: #6E6E6E. Windows color (decimal): -10458450 or 11430496. OLE color: 11430496.

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

Color convert

RGB96106174-
CMYK0.450.3900.32
HSL232.31º32.5%52.94%-
HSV(B)232.31º44.83%68.24%-
XYZ17.6215.8542.18-
YUV110.76163.69117.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=25.53%
G=28.19%
B=46.28%

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
Decimal961061740.450.3900.32232.3132.552.94
Hex606AAE2D27020e82035
Octal14015225655470403504065
Binary1100000110101010101110101101100111010000011101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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