Html Css Color HEX #645460 Salt Box

📋 copy color: '#645460'

red 100 ◦ green 84 ◦ blue 96

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

Shades of Salt Box #645460

Tints of Salt Box #645460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 35.71%
G = 30%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#645460 (or 0x645460) is known color: Salt Box. HEX triplet: 64, 54 and 60. RGB value is (100,84,96). Sum of RGB (Red+Green+Blue) = 100+84+96=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645460 is #9BAB9F. Grayscale: #5A5A5A. Windows color (decimal): -10202016 or 6313060. OLE color: 6313060.

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

Color convert

RGB 100 84 96 -
CMYK 0 0.16 0.04 0.61
HSL 315º 0.09% 0.36% -
HSV(B) 315º 0.16% 0.39% -
XYZ 10.54 9.89 12.42 -
YUV 90.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 100 84 96 0 0.16 0.04 0.61 315 0.09 0.36
Hex 64 54 60 0 10 4 3D 13B 9 24
Octal 144 124 140 0 20 4 75 473 11 44
Binary 1100100 1010100 1100000 0 10000 100 111101 100111011 1001 100100

Color Harmonies of #645460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645460

Black with #645460

Text Example


Text Example

White with #645460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645460; }

 p { color: rgb(100,84,96); }

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

background-color css

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

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

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

border-color css

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

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

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