Html Css Color HEX #625560 Salt Box

📋 copy color: '#625560'

red 98 ◦ green 85 ◦ blue 96

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

Shades of Salt Box #625560

Tints of Salt Box #625560

RGB

 RED value IS 98 (38.67% from 255) = 35.13%

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

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

R = 35.13%
G = 30.47%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#625560 (or 0x625560) is known color: Salt Box. HEX triplet: 62, 55 and 60. RGB value is (98,85,96). Sum of RGB (Red+Green+Blue) = 98+85+96=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625560 is #9DAA9F. Grayscale: #5A5A5A. Windows color (decimal): -10332832 or 6313314. OLE color: 6313314.

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

Color convert

RGB 98 85 96 -
CMYK 0 0.13 0.02 0.62
HSL 309.23º 0.07% 0.36% -
HSV(B) 309.23º 0.13% 0.38% -
XYZ 10.4 9.94 12.44 -
YUV 90.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 98 85 96 0 0.13 0.02 0.62 309.23 0.07 0.36
Hex 62 55 60 0 D 2 3E 135 7 24
Octal 142 125 140 0 15 2 76 465 7 44
Binary 1100010 1010101 1100000 0 1101 10 111110 100110101 111 100100

Color Harmonies of #625560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625560

Black with #625560

Text Example


Text Example

White with #625560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625560; }

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

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

background-color css

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

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

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

border-color css

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

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

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