#606358

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

Shades of Chicago #606358

Tints of Chicago #606358

Color information

#606358 (or 0x606358) is unknown color: approx Chicago. HEX triplet: 60, 63 and 58. RGB value is (96,99,88). Sum of RGB (Red+Green+Blue) = 96+99+88=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 99 - color contains mainly: green. Hex color #606358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606358 is #9F9CA7. Grayscale: #606060. Windows color (decimal): -10460328 or 5792608. OLE color: 5792608.

HSL color Cylindrical-coordinate representation of color #606358: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #606358 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB969988-
CMYK0.0300.110.61
HSL76.36º5.88%36.67%-
HSV(B)76.36º11.11%38.82%-
XYZ11.0512.1210.99-
YUV96.85123.01127.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=33.92%
G=34.98%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699880.0300.110.6176.365.8836.67
Hex60635830B3D4c625
Octal140143130301375114645
Binary11000001100011101100011010111111011001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606358; }

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

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

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

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

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

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

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

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