Html Css Color HEX #615560 Salt Box

📋 copy color: '#615560'

red 97 ◦ green 85 ◦ blue 96

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

Shades of Salt Box #615560

Tints of Salt Box #615560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

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

R = 34.89%
G = 30.58%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615560 (or 0x615560) is known color: Salt Box. HEX triplet: 61, 55 and 60. RGB value is (97,85,96). Sum of RGB (Red+Green+Blue) = 97+85+96=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615560 is #9EAA9F. Grayscale: #595959. Windows color (decimal): -10398368 or 6313313. OLE color: 6313313.

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

Color convert

RGB 97 85 96 -
CMYK 0 0.12 0.01 0.62
HSL 305º 0.07% 0.36% -
HSV(B) 305º 0.12% 0.38% -
XYZ 10.29 9.88 12.43 -
YUV 89.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 97 85 96 0 0.12 0.01 0.62 305 0.07 0.36
Hex 61 55 60 0 C 1 3E 131 7 24
Octal 141 125 140 0 14 1 76 461 7 44
Binary 1100001 1010101 1100000 0 1100 1 111110 100110001 111 100100

Color Harmonies of #615560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615560

Black with #615560

Text Example


Text Example

White with #615560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615560; }

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

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

background-color css

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

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

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

border-color css

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

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

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