Html Css Color HEX #615060 Salt Box

📋 copy color: '#615060'

red 97 ◦ green 80 ◦ blue 96

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

Shades of Salt Box #615060

Tints of Salt Box #615060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 35.53%
G = 29.3%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615060 (or 0x615060) is known color: Salt Box. HEX triplet: 61, 50 and 60. RGB value is (97,80,96). Sum of RGB (Red+Green+Blue) = 97+80+96=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615060 is #9EAF9F. Grayscale: #565656. Windows color (decimal): -10399648 or 6312033. OLE color: 6312033.

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

Color convert

RGB 97 80 96 -
CMYK 0 0.18 0.01 0.62
HSL 303.53º 0.1% 0.35% -
HSV(B) 303.53º 0.18% 0.38% -
XYZ 9.91 9.12 12.3 -
YUV 86.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 97 80 96 0 0.18 0.01 0.62 303.53 0.1 0.35
Hex 61 50 60 0 12 1 3E 130 A 23
Octal 141 120 140 0 22 1 76 460 12 43
Binary 1100001 1010000 1100000 0 10010 1 111110 100110000 1010 100011

Color Harmonies of #615060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615060

Black with #615060

Text Example


Text Example

White with #615060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615060; }

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

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

background-color css

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

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

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

border-color css

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

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

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