Html Css Color HEX #615860 Salt Box

📋 copy color: '#615860'

red 97 ◦ green 88 ◦ blue 96

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

Shades of Salt Box #615860

Tints of Salt Box #615860

RGB

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

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

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

R = 34.52%
G = 31.32%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615860 (or 0x615860) is known color: Salt Box. HEX triplet: 61, 58 and 60. RGB value is (97,88,96). Sum of RGB (Red+Green+Blue) = 97+88+96=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615860 is #9EA79F. Grayscale: #5B5B5B. Windows color (decimal): -10397600 or 6314081. OLE color: 6314081.

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

Color convert

RGB 97 88 96 -
CMYK 0 0.09 0.01 0.62
HSL 306.67º 0.05% 0.36% -
HSV(B) 306.67º 0.09% 0.38% -
XYZ 10.53 10.37 12.51 -
YUV 91.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 97 88 96 0 0.09 0.01 0.62 306.67 0.05 0.36
Hex 61 58 60 0 9 1 3E 133 5 24
Octal 141 130 140 0 11 1 76 463 5 44
Binary 1100001 1011000 1100000 0 1001 1 111110 100110011 101 100100

Color Harmonies of #615860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615860

Black with #615860

Text Example


Text Example

White with #615860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615860; }

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

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

background-color css

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

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

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

border-color css

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

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

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