Html Css Color HEX #646170 Smoky

📋 copy color: '#646170'

red 100 ◦ green 97 ◦ blue 112

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

Shades of Smoky #646170

Tints of Smoky #646170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 32.36%
G = 31.39%
B = 36.25%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646170 (or 0x646170) is known color: Smoky. HEX triplet: 64, 61 and 70. RGB value is (100,97,112). Sum of RGB (Red+Green+Blue) = 100+97+112=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #646170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646170 is #9B9E8F. Grayscale: #636363. Windows color (decimal): -10198672 or 7364964. OLE color: 7364964.

HSL color Cylindrical-coordinate representation of color #646170: hue angle of 252º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646170 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 97 112 -
CMYK 0.11 0.13 0 0.56
HSL 252º 0.07% 0.41% -
HSV(B) 252º 0.13% 0.44% -
XYZ 12.45 12.43 17.07 -
YUV 99.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 100 97 112 0.11 0.13 0 0.56 252 0.07 0.41
Hex 64 61 70 B D 0 38 FC 7 29
Octal 144 141 160 13 15 0 70 374 7 51
Binary 1100100 1100001 1110000 1011 1101 0 111000 11111100 111 101001

Color Harmonies of #646170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646170

Black with #646170

Text Example


Text Example

White with #646170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646170; }

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

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

background-color css

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

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

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

border-color css

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

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

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