Html Css Color HEX #64616A Smoky

📋 copy color: '#64616A'

red 100 ◦ green 97 ◦ blue 106

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

Shades of Smoky #64616A

Tints of Smoky #64616A

RGB

 RED value IS 100 (39.45% from 255) = 33%

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 33%
G = 32.01%
B = 34.98%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64616A (or 0x64616A) is known color: Smoky. HEX triplet: 64, 61 and 6A. RGB value is (100,97,106). Sum of RGB (Red+Green+Blue) = 100+97+106=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 106 - color contains mainly: blue. Hex color #64616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616A is #9B9E95. Grayscale: #626262. Windows color (decimal): -10198678 or 6971748. OLE color: 6971748.

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

Color convert

RGB 100 97 106 -
CMYK 0.06 0.08 0 0.58
HSL 260º 0.04% 0.4% -
HSV(B) 260º 0.08% 0.42% -
XYZ 12.13 12.3 15.37 -
YUV 98.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 100 97 106 0.06 0.08 0 0.58 260 0.04 0.4
Hex 64 61 6A 6 8 0 3A 104 4 28
Octal 144 141 152 6 10 0 72 404 4 50
Binary 1100100 1100001 1101010 110 1000 0 111010 100000100 100 101000

Color Harmonies of #64616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64616A

Black with #64616A

Text Example


Text Example

White with #64616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64616A; }

 p { color: rgb(100,97,106); }

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

background-color css

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

 a { background-color: rgb(100,97,106); }

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

border-color css

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

 span { border-color: rgb(100,97,106); }

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