Html Css Color HEX #625061 Salt Box

📋 copy color: '#625061'

red 98 ◦ green 80 ◦ blue 97

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

Shades of Salt Box #625061

Tints of Salt Box #625061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 35.64%
G = 29.09%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#625061 (or 0x625061) is known color: Salt Box. HEX triplet: 62, 50 and 61. RGB value is (98,80,97). Sum of RGB (Red+Green+Blue) = 98+80+97=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #625061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625061 is #9DAF9E. Grayscale: #575757. Windows color (decimal): -10334111 or 6377570. OLE color: 6377570.

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

Color convert

RGB 98 80 97 -
CMYK 0 0.18 0.01 0.62
HSL 303.33º 0.1% 0.35% -
HSV(B) 303.33º 0.18% 0.38% -
XYZ 10.06 9.2 12.55 -
YUV 87.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 98 80 97 0 0.18 0.01 0.62 303.33 0.1 0.35
Hex 62 50 61 0 12 1 3E 12F A 23
Octal 142 120 141 0 22 1 76 457 12 43
Binary 1100010 1010000 1100001 0 10010 1 111110 100101111 1010 100011

Color Harmonies of #625061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625061

Black with #625061

Text Example


Text Example

White with #625061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625061; }

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

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

background-color css

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

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

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

border-color css

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

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

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