Html Css Color HEX #606358 Chicago

📋 copy color: '#606358'

red 96 ◦ green 99 ◦ blue 88

#606358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chicago #606358

Tints of Chicago #606358

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.1%

R = 33.92%
G = 34.98%
B = 31.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#606358 (or 0x606358) is known color: 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

RGB 96 99 88 -
CMYK 0.03 0 0.11 0.61
HSL 76.36º 0.06% 0.37% -
HSV(B) 76.36º 0.11% 0.39% -
XYZ 11.05 12.12 10.99 -
YUV 96.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 96 99 88 0.03 0 0.11 0.61 76.36 0.06 0.37
Hex 60 63 58 3 0 B 3D 4C 6 25
Octal 140 143 130 3 0 13 75 114 6 45
Binary 1100000 1100011 1011000 11 0 1011 111101 1001100 110 100101

Color Harmonies of #606358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606358

Black with #606358

Text Example


Text Example

White with #606358

Text Example


Text Example

HTML Codes & Css Web 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>