Html Css Color HEX #615460 Salt Box

📋 copy color: '#615460'

red 97 ◦ green 84 ◦ blue 96

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

Shades of Salt Box #615460

Tints of Salt Box #615460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 35.02%
G = 30.32%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#615460 (or 0x615460) is known color: Salt Box. HEX triplet: 61, 54 and 60. RGB value is (97,84,96). Sum of RGB (Red+Green+Blue) = 97+84+96=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #615460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615460 is #9EAB9F. Grayscale: #595959. Windows color (decimal): -10398624 or 6313057. OLE color: 6313057.

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

Color convert

RGB 97 84 96 -
CMYK 0 0.13 0.01 0.62
HSL 304.62º 0.07% 0.35% -
HSV(B) 304.62º 0.13% 0.38% -
XYZ 10.21 9.73 12.41 -
YUV 89.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 97 84 96 0 0.13 0.01 0.62 304.62 0.07 0.35
Hex 61 54 60 0 D 1 3E 131 7 23
Octal 141 124 140 0 15 1 76 461 7 43
Binary 1100001 1010100 1100000 0 1101 1 111110 100110001 111 100011

Color Harmonies of #615460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615460

Black with #615460

Text Example


Text Example

White with #615460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615460; }

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

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

background-color css

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

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

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

border-color css

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

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

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