#606258

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

Shades of Chicago #606258

Tints of Chicago #606258

Color information

#606258 (or 0x606258) is unknown color: approx Chicago. HEX triplet: 60, 62 and 58. RGB value is (96,98,88). Sum of RGB (Red+Green+Blue) = 96+98+88=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #606258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606258 is #9F9DA7. Grayscale: #606060. Windows color (decimal): -10460584 or 5792352. OLE color: 5792352.

HSL color Cylindrical-coordinate representation of color #606258: hue angle of 72º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606258 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB969888-
CMYK0.0200.100.62
HSL72º5.38%36.47%-
HSV(B)72º10.2%38.43%-
XYZ10.9511.9310.96-
YUV96.26123.34127.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=34.04%
G=34.75%
B=31.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698880.0200.100.62725.3836.47
Hex60625820A3E48524
Octal140142130201276110544
Binary11000001100010101100010010101111101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606258; }

 p { color: rgb(96,98,88); }

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

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

 a { background-color: rgb(96,98,88); }

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

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

 span { border-color: rgb(96,98,88); }

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