Html Css Color HEX #645864 Salt Box

📋 copy color: '#645864'

red 100 ◦ green 88 ◦ blue 100

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

Shades of Salt Box #645864

Tints of Salt Box #645864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 34.72%
G = 30.56%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#645864 (or 0x645864) is known color: Salt Box. HEX triplet: 64, 58 and 64. RGB value is (100,88,100). Sum of RGB (Red+Green+Blue) = 100+88+100=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645864 is #9BA79B. Grayscale: #5C5C5C. Windows color (decimal): -10200988 or 6576228. OLE color: 6576228.

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

Color convert

RGB 100 88 100 -
CMYK 0 0.12 0 0.61
HSL 300º 0.06% 0.37% -
HSV(B) 300º 0.12% 0.39% -
XYZ 11.05 10.61 13.52 -
YUV 92.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 100 88 100 0 0.12 0 0.61 300 0.06 0.37
Hex 64 58 64 0 C 0 3D 12C 6 25
Octal 144 130 144 0 14 0 75 454 6 45
Binary 1100100 1011000 1100100 0 1100 0 111101 100101100 110 100101

Color Harmonies of #645864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645864

Black with #645864

Text Example


Text Example

White with #645864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645864; }

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

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

background-color css

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

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

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

border-color css

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

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

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