#64606C

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

Shades of Smoky #64606C

Tints of Smoky #64606C

Color information

#64606C (or 0x64606C) is unknown color: approx Smoky. HEX triplet: 64, 60 and 6C. RGB value is (100,96,108). Sum of RGB (Red+Green+Blue) = 100+96+108=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #64606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64606C is #9B9F93. Grayscale: #626262. Windows color (decimal): -10198932 or 7102564. OLE color: 7102564.

HSL color Cylindrical-coordinate representation of color #64606C: hue angle of 260º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64606C is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10096108-
CMYK0.070.1100.58
HSL260º5.88%40%-
HSV(B)260º11.11%42.35%-
XYZ12.1512.1615.89-
YUV98.56133.33129.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=32.89%
G=31.58%
B=35.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100961080.070.1100.582605.8840
Hex64606C7B03A104628
Octal144140154713072404650
Binary11001001100000110110011110110111010100000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64606C; }

 p { color: rgb(100,96,108); }

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

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

 a { background-color: rgb(100,96,108); }

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

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

 span { border-color: rgb(100,96,108); }

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