Html Css Color HEX #646364 Salt Box

📋 copy color: '#646364'

red 100 ◦ green 99 ◦ blue 100

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

Shades of Salt Box #646364

Tints of Salt Box #646364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 33.44%
G = 33.11%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#646364 (or 0x646364) is known color: Salt Box. HEX triplet: 64, 63 and 64. RGB value is (100,99,100). Sum of RGB (Red+Green+Blue) = 100+99+100=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #646364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646364 is #9B9C9B. Grayscale: #636363. Windows color (decimal): -10198172 or 6579044. OLE color: 6579044.

HSL color Cylindrical-coordinate representation of color #646364: hue angle of 300º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #646364 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 99 100 -
CMYK 0 0.01 0 0.61
HSL 300º 0.01% 0.39% -
HSV(B) 300º 0.01% 0.39% -
XYZ 12.02 12.55 13.85 -
YUV 99.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 100 99 100 0 0.01 0 0.61 300 0.01 0.39
Hex 64 63 64 0 1 0 3D 12C 1 27
Octal 144 143 144 0 1 0 75 454 1 47
Binary 1100100 1100011 1100100 0 1 0 111101 100101100 1 100111

Color Harmonies of #646364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646364

Black with #646364

Text Example


Text Example

White with #646364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646364; }

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

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

background-color css

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

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

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

border-color css

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

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

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