Html Css Color HEX #615360 Salt Box

📋 copy color: '#615360'

red 97 ◦ green 83 ◦ blue 96

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

Shades of Salt Box #615360

Tints of Salt Box #615360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 35.14%
G = 30.07%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615360 (or 0x615360) is known color: Salt Box. HEX triplet: 61, 53 and 60. RGB value is (97,83,96). Sum of RGB (Red+Green+Blue) = 97+83+96=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615360 is #9EAC9F. Grayscale: #585858. Windows color (decimal): -10398880 or 6312801. OLE color: 6312801.

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

Color convert

RGB 97 83 96 -
CMYK 0 0.14 0.01 0.62
HSL 304.29º 0.08% 0.35% -
HSV(B) 304.29º 0.14% 0.38% -
XYZ 10.13 9.57 12.38 -
YUV 88.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 97 83 96 0 0.14 0.01 0.62 304.29 0.08 0.35
Hex 61 53 60 0 E 1 3E 130 8 23
Octal 141 123 140 0 16 1 76 460 10 43
Binary 1100001 1010011 1100000 0 1110 1 111110 100110000 1000 100011

Color Harmonies of #615360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615360

Black with #615360

Text Example


Text Example

White with #615360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615360; }

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

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

background-color css

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

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

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

border-color css

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

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

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