Html Css Color HEX #646368 Smoky

📋 copy color: '#646368'

red 100 ◦ green 99 ◦ blue 104

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

Shades of Smoky #646368

Tints of Smoky #646368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 33%
G = 32.67%
B = 34.32%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#646368 (or 0x646368) is known color: Smoky. HEX triplet: 64, 63 and 68. RGB value is (100,99,104). Sum of RGB (Red+Green+Blue) = 100+99+104=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: blue. Hex color #646368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646368 is #9B9C97. Grayscale: #636363. Windows color (decimal): -10198168 or 6841188. OLE color: 6841188.

HSL color Cylindrical-coordinate representation of color #646368: hue angle of 252º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #646368 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 99 104 -
CMYK 0.04 0.05 0 0.59
HSL 252º 0.02% 0.4% -
HSV(B) 252º 0.05% 0.41% -
XYZ 12.22 12.63 14.89 -
YUV 99.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 100 99 104 0.04 0.05 0 0.59 252 0.02 0.4
Hex 64 63 68 4 5 0 3B FC 2 28
Octal 144 143 150 4 5 0 73 374 2 50
Binary 1100100 1100011 1101000 100 101 0 111011 11111100 10 101000

Color Harmonies of #646368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646368

Black with #646368

Text Example


Text Example

White with #646368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646368; }

 p { color: rgb(100,99,104); }

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

background-color css

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

 a { background-color: rgb(100,99,104); }

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

border-color css

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

 span { border-color: rgb(100,99,104); }

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