#60684E

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

Shades of Chicago #60684E

Tints of Chicago #60684E

Color information

#60684E (or 0x60684E) is unknown color: approx 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

RGB9610478-
CMYK0.0800.250.59
HSL78.46º14.29%35.69%-
HSV(B)78.46º25%40.78%-
XYZ11.1512.949.12-
YUV98.64116.35126.11-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104780.0800.250.5978.4614.2935.69
Hex60684E80193B4ee24
Octal14015011610031731161644
Binary110000011010001001110100001100111101110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>