#606aa4

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

Shades of Chetwode Blue #606AA4

Tints of Chetwode Blue #606AA4

Color information

#606AA4 (or 0x606AA4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and A4. RGB value is (96,106,164). Sum of RGB (Red+Green+Blue) = 96+106+164=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #606AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AA4 is #9F955B. Grayscale: #6D6D6D. Windows color (decimal): -10458460 or 10775136. OLE color: 10775136.

HSL color Cylindrical-coordinate representation of color #606AA4: hue angle of 231.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606AA4 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96106164-
CMYK0.410.3500.36
HSL231.18º27.2%50.98%-
HSV(B)231.18º41.46%64.31%-
XYZ16.6815.4837.23-
YUV109.62158.69118.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 164 (64.45% from 255) = 44.81%
R=26.23%
G=28.96%
B=44.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961061640.410.3500.36231.1827.250.98
Hex606AA42923024e71b33
Octal14015224451430443473363
Binary110000011010101010010010100110001101001001110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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