#606BAA

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

Shades of Chetwode Blue #606BAA

Tints of Chetwode Blue #606BAA

Color information

#606BAA (or 0x606BAA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6B and AA. RGB value is (96,107,170). Sum of RGB (Red+Green+Blue) = 96+107+170=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #606BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BAA is #9F9455. Grayscale: #6E6E6E. Windows color (decimal): -10458198 or 11168608. OLE color: 11168608.

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

Color convert

RGB96107170-
CMYK0.440.3700.33
HSL231.08º30.33%52.16%-
HSV(B)231.08º43.53%66.67%-
XYZ17.3415.940.19-
YUV110.89161.36117.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=25.74%
G=28.69%
B=45.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961071700.440.3700.33231.0830.3352.16
Hex606BAA2C25021e71e34
Octal14015325254450413473664
Binary110000011010111010101010110010010101000011110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,107,170); }

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

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

 a { background-color: rgb(96,107,170); }

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

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

 span { border-color: rgb(96,107,170); }

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