Html Css Color HEX #64626D Smoky

📋 copy color: '#64626D'

red 100 ◦ green 98 ◦ blue 109

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

Shades of Smoky #64626D

Tints of Smoky #64626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 32.57%
G = 31.92%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64626D (or 0x64626D) is known color: Smoky. HEX triplet: 64, 62 and 6D. RGB value is (100,98,109). Sum of RGB (Red+Green+Blue) = 100+98+109=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #64626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64626D is #9B9D92. Grayscale: #636363. Windows color (decimal): -10198419 or 7168612. OLE color: 7168612.

HSL color Cylindrical-coordinate representation of color #64626D: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64626D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 98 109 -
CMYK 0.08 0.10 0 0.57
HSL 250.91º 0.05% 0.41% -
HSV(B) 250.91º 0.1% 0.43% -
XYZ 12.38 12.55 16.24 -
YUV 99.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 100 98 109 0.08 0.10 0 0.57 250.91 0.05 0.41
Hex 64 62 6D 8 A 0 39 FB 5 29
Octal 144 142 155 10 12 0 71 373 5 51
Binary 1100100 1100010 1101101 1000 1010 0 111001 11111011 101 101001

Color Harmonies of #64626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64626D

Black with #64626D

Text Example


Text Example

White with #64626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64626D; }

 p { color: rgb(100,98,109); }

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

background-color css

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

 a { background-color: rgb(100,98,109); }

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

border-color css

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

 span { border-color: rgb(100,98,109); }

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