Html Css Color HEX #615160 Salt Box

📋 copy color: '#615160'

red 97 ◦ green 81 ◦ blue 96

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

Shades of Salt Box #615160

Tints of Salt Box #615160

RGB

 RED value IS 97 (38.28% from 255) = 35.4%

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 35.4%
G = 29.56%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615160 (or 0x615160) is known color: Salt Box. HEX triplet: 61, 51 and 60. RGB value is (97,81,96). Sum of RGB (Red+Green+Blue) = 97+81+96=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615160 is #9EAE9F. Grayscale: #575757. Windows color (decimal): -10399392 or 6312289. OLE color: 6312289.

HSL color Cylindrical-coordinate representation of color #615160: hue angle of 303.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615160 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 96 -
CMYK 0 0.16 0.01 0.62
HSL 303.75º 0.09% 0.35% -
HSV(B) 303.75º 0.16% 0.38% -
XYZ 9.98 9.27 12.33 -
YUV 87.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 97 81 96 0 0.16 0.01 0.62 303.75 0.09 0.35
Hex 61 51 60 0 10 1 3E 130 9 23
Octal 141 121 140 0 20 1 76 460 11 43
Binary 1100001 1010001 1100000 0 10000 1 111110 100110000 1001 100011

Color Harmonies of #615160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615160

Black with #615160

Text Example


Text Example

White with #615160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615160; }

 p { color: rgb(97,81,96); }

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

background-color css

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

 a { background-color: rgb(97,81,96); }

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

border-color css

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

 span { border-color: rgb(97,81,96); }

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