Html Css Color HEX #606850 Chicago

📋 copy color: '#606850'

red 96 ◦ green 104 ◦ blue 80

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

Shades of Chicago #606850

Tints of Chicago #606850

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 34.29%
G = 37.14%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#606850 (or 0x606850) is known color: Chicago. HEX triplet: 60, 68 and 50. RGB value is (96,104,80). Sum of RGB (Red+Green+Blue) = 96+104+80=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #606850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606850 is #9F97AF. Grayscale: #626262. Windows color (decimal): -10459056 or 5269600. OLE color: 5269600.

HSL color Cylindrical-coordinate representation of color #606850: hue angle of 80º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #606850 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 80 -
CMYK 0.08 0 0.23 0.59
HSL 80º 0.13% 0.36% -
HSV(B) 80º 0.23% 0.41% -
XYZ 11.22 12.97 9.5 -
YUV 98.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 96 104 80 0.08 0 0.23 0.59 80 0.13 0.36
Hex 60 68 50 8 0 17 3B 50 D 24
Octal 140 150 120 10 0 27 73 120 15 44
Binary 1100000 1101000 1010000 1000 0 10111 111011 1010000 1101 100100

Color Harmonies of #606850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606850

Black with #606850

Text Example


Text Example

White with #606850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606850; }

 p { color: rgb(96,104,80); }

 H1.HeaderClassName
 {
   color: #606850;
 }
 .AnyTagClassName
 {
   color: #606850;
 }
</style>

background-color css

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

 a { background-color: rgb(96,104,80); }

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

border-color css

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

 span { border-color: rgb(96,104,80); }

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