#606AAC

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

Shades of Chetwode Blue #606AAC

Tints of Chetwode Blue #606AAC

Color information

#606AAC (or 0x606AAC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and AC. RGB value is (96,106,172). Sum of RGB (Red+Green+Blue) = 96+106+172=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #606AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAC is #9F9553. Grayscale: #6E6E6E. Windows color (decimal): -10458452 or 11299424. OLE color: 11299424.

HSL color Cylindrical-coordinate representation of color #606AAC: hue angle of 232.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606AAC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96106172-
CMYK0.440.3800.33
HSL232.11º31.4%52.55%-
HSV(B)232.11º44.19%67.45%-
XYZ17.4215.7741.16-
YUV110.53162.69117.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=25.67%
G=28.34%
B=45.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961061720.440.3800.33232.1131.452.55
Hex606AAC2C26021e81f35
Octal14015225454460413503765
Binary110000011010101010110010110010011001000011110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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