Html Css Color HEX #64606C Smoky

📋 copy color: '#64606C'

red 100 ◦ green 96 ◦ blue 108

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

Shades of Smoky #64606C

Tints of Smoky #64606C

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 value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64606C (or 0x64606C) is known color: 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

RGB 100 96 108 -
CMYK 0.07 0.11 0 0.58
HSL 260º 0.06% 0.4% -
HSV(B) 260º 0.11% 0.42% -
XYZ 12.15 12.16 15.89 -
YUV 98.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 100 96 108 0.07 0.11 0 0.58 260 0.06 0.4
Hex 64 60 6C 7 B 0 3A 104 6 28
Octal 144 140 154 7 13 0 72 404 6 50
Binary 1100100 1100000 1101100 111 1011 0 111010 100000100 110 101000

Color Harmonies of #64606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64606C

Black with #64606C

Text Example


Text Example

White with #64606C

Text Example


Text Example

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