#606451

Color #606451 Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #606451

Tints of Chicago #606451

Color information

#606451 (or 0x606451) is unknown color: approx Chicago. HEX triplet: 60, 64 and 51. RGB value is (96,100,81). Sum of RGB (Red+Green+Blue) = 96+100+81=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #606451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606451 is #9F9BAE. Grayscale: #606060. Windows color (decimal): -10460079 or 5334112. OLE color: 5334112.

HSL color Cylindrical-coordinate representation of color #606451: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606451 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB9610081-
CMYK0.0400.190.61
HSL72.63º10.5%35.49%-
HSV(B)72.63º19%39.22%-
XYZ10.8712.29.57-
YUV96.64119.17127.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=34.66%
G=36.10%
B=29.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100810.0400.190.6172.6310.535.49
Hex60645140133D49a23
Octal1401441214023751111243
Binary11000001100100101000110001001111110110010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606451; }

 p { color: rgb(96,100,81); }

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

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

 a { background-color: rgb(96,100,81); }

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

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

 span { border-color: rgb(96,100,81); }

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