Html Css Color HEX #625060 Salt Box

📋 copy color: '#625060'

red 98 ◦ green 80 ◦ blue 96

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

Shades of Salt Box #625060

Tints of Salt Box #625060

RGB

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

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

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

R = 35.77%
G = 29.2%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#625060 (or 0x625060) is known color: 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

RGB 98 80 96 -
CMYK 0 0.18 0.02 0.62
HSL 306.67º 0.1% 0.35% -
HSV(B) 306.67º 0.18% 0.38% -
XYZ 10.02 9.18 12.31 -
YUV 87.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 98 80 96 0 0.18 0.02 0.62 306.67 0.1 0.35
Hex 62 50 60 0 12 2 3E 133 A 23
Octal 142 120 140 0 22 2 76 463 12 43
Binary 1100010 1010000 1100000 0 10010 10 111110 100110011 1010 100011

Color Harmonies of #625060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625060

Black with #625060

Text Example


Text Example

White with #625060

Text Example


Text Example

HTML Codes & Css Web 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>