#625060

Color #625060 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #625060

Tints of Salt Box #625060

Color information

#625060 (or 0x625060) is unknown color: approx Salt Box. HEX triplet: 62, 50 and 60. RGB value is (98,80,96). Sum of RGB (Red+Green+Blue) = 98+80+96=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #625060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625060 is #9DAF9F. Grayscale: #575757. Windows color (decimal): -10334112 or 6312034. OLE color: 6312034.

HSL color Cylindrical-coordinate representation of color #625060: hue angle of 306.67º 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 #625060 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB988096-
CMYK00.180.020.62
HSL306.67º10.11%34.9%-
HSV(B)306.67º18.37%38.43%-
XYZ10.029.1812.31-
YUV87.21132.96135.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=35.77%
G=29.20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98809600.180.020.62306.6710.1134.9
Hex62506001223E133a23
Octal1421201400222764631243
Binary110001010100001100000010010101111101001100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625060; }

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

 H1.HeaderClassName
 {
   color: #625060;
 }
 .AnyTagClassName
 {
   color: #625060;
 }
</style>
background-color css

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

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

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

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

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

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