Html Css Color HEX #646071 Smoky

📋 copy color: '#646071'

red 100 ◦ green 96 ◦ blue 113

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

Shades of Smoky #646071

Tints of Smoky #646071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 32.36%
G = 31.07%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646071 (or 0x646071) is known color: Smoky. HEX triplet: 64, 60 and 71. RGB value is (100,96,113). Sum of RGB (Red+Green+Blue) = 100+96+113=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #646071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646071 is #9B9F8E. Grayscale: #636363. Windows color (decimal): -10198927 or 7430244. OLE color: 7430244.

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

Color convert

RGB 100 96 113 -
CMYK 0.12 0.15 0 0.56
HSL 254.12º 0.08% 0.41% -
HSV(B) 254.12º 0.15% 0.44% -
XYZ 12.42 12.27 17.34 -
YUV 99.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 100 96 113 0.12 0.15 0 0.56 254.12 0.08 0.41
Hex 64 60 71 C F 0 38 FE 8 29
Octal 144 140 161 14 17 0 70 376 10 51
Binary 1100100 1100000 1110001 1100 1111 0 111000 11111110 1000 101001

Color Harmonies of #646071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646071

Black with #646071

Text Example


Text Example

White with #646071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646071; }

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

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

background-color css

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

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

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

border-color css

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

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

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