Html Css Color HEX #60684E Chicago

📋 copy color: '#60684E'

red 96 ◦ green 104 ◦ blue 78

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

Shades of Chicago #60684E

Tints of Chicago #60684E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.06%

R = 34.53%
G = 37.41%
B = 28.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#60684E (or 0x60684E) is known color: Chicago. HEX triplet: 60, 68 and 4E. RGB value is (96,104,78). Sum of RGB (Red+Green+Blue) = 96+104+78=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #60684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60684E is #9F97B1. Grayscale: #626262. Windows color (decimal): -10459058 or 5138528. OLE color: 5138528.

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

Color convert

RGB 96 104 78 -
CMYK 0.08 0 0.25 0.59
HSL 78.46º 0.14% 0.36% -
HSV(B) 78.46º 0.25% 0.41% -
XYZ 11.15 12.94 9.12 -
YUV 98.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 96 104 78 0.08 0 0.25 0.59 78.46 0.14 0.36
Hex 60 68 4E 8 0 19 3B 4E E 24
Octal 140 150 116 10 0 31 73 116 16 44
Binary 1100000 1101000 1001110 1000 0 11001 111011 1001110 1110 100100

Color Harmonies of #60684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60684E

Black with #60684E

Text Example


Text Example

White with #60684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60684E; }

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

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

background-color css

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

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

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

border-color css

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

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

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