#606558

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

Shades of Chicago #606558

Tints of Chicago #606558

Color information

#606558 (or 0x606558) is unknown color: approx Chicago. HEX triplet: 60, 65 and 58. RGB value is (96,101,88). Sum of RGB (Red+Green+Blue) = 96+101+88=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #606558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606558 is #9F9AA7. Grayscale: #626262. Windows color (decimal): -10459816 or 5793120. OLE color: 5793120.

HSL color Cylindrical-coordinate representation of color #606558: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606558 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB9610188-
CMYK0.0500.130.60
HSL83.08º6.88%37.06%-
HSV(B)83.08º12.87%39.61%-
XYZ11.2412.511.05-
YUV98.02122.34126.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=33.68%
G=35.44%
B=30.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101880.0500.130.6083.086.8837.06
Hex60655850D3C53725
Octal140145130501574123745
Binary110000011001011011000101011011111001010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606558; }

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

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

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

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

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

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

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

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