Html Css Color HEX #64626A Smoky

📋 copy color: '#64626A'

red 100 ◦ green 98 ◦ blue 106

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

Shades of Smoky #64626A

Tints of Smoky #64626A

RGB

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

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

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

R = 32.89%
G = 32.24%
B = 34.87%

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

#64626A (or 0x64626A) is known color: Smoky. HEX triplet: 64, 62 and 6A. RGB value is (100,98,106). Sum of RGB (Red+Green+Blue) = 100+98+106=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #64626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64626A is #9B9D95. Grayscale: #636363. Windows color (decimal): -10198422 or 6972004. OLE color: 6972004.

HSL color Cylindrical-coordinate representation of color #64626A: hue angle of 255º 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 #64626A is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 98 106 -
CMYK 0.06 0.08 0 0.58
HSL 255º 0.04% 0.4% -
HSV(B) 255º 0.08% 0.42% -
XYZ 12.22 12.49 15.4 -
YUV 99.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 100 98 106 0.06 0.08 0 0.58 255 0.04 0.4
Hex 64 62 6A 6 8 0 3A FF 4 28
Octal 144 142 152 6 10 0 72 377 4 50
Binary 1100100 1100010 1101010 110 1000 0 111010 11111111 100 101000

Color Harmonies of #64626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64626A

Black with #64626A

Text Example


Text Example

White with #64626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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