#606ABD

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

Shades of Chetwode Blue #606ABD

Tints of Chetwode Blue #606ABD

Color information

#606ABD (or 0x606ABD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and BD. RGB value is (96,106,189). Sum of RGB (Red+Green+Blue) = 96+106+189=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #606ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ABD is #9F9542. Grayscale: #707070. Windows color (decimal): -10458435 or 12413536. OLE color: 12413536.

HSL color Cylindrical-coordinate representation of color #606ABD: hue angle of 233.55º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606ABD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96106189-
CMYK0.490.4400.26
HSL233.55º41.33%55.88%-
HSV(B)233.55º49.21%74.12%-
XYZ19.1616.4750.31-
YUV112.47171.19116.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=24.55%
G=27.11%
B=48.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961061890.490.4400.26233.5541.3355.88
Hex606ABD312C01Aea2938
Octal14015227561540323525170
Binary110000011010101011110111000110110001101011101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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