Html Css Color HEX #62495A Liver

📋 copy color: '#62495A'

red 98 ◦ green 73 ◦ blue 90

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

Shades of Liver #62495A

Tints of Liver #62495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 37.55%
G = 27.97%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62495A (or 0x62495A) is known color: Liver. HEX triplet: 62, 49 and 5A. RGB value is (98,73,90). Sum of RGB (Red+Green+Blue) = 98+73+90=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495A is #9DB6A5. Grayscale: #525252. Windows color (decimal): -10335910 or 5917026. OLE color: 5917026.

HSL color Cylindrical-coordinate representation of color #62495A: hue angle of 319.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62495A is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 73 90 -
CMYK 0 0.26 0.08 0.62
HSL 319.2º 0.15% 0.34% -
HSV(B) 319.2º 0.26% 0.38% -
XYZ 9.27 8.1 10.75 -
YUV 82.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 98 73 90 0 0.26 0.08 0.62 319.2 0.15 0.34
Hex 62 49 5A 0 1A 8 3E 13F F 22
Octal 142 111 132 0 32 10 76 477 17 42
Binary 1100010 1001001 1011010 0 11010 1000 111110 100111111 1111 100010

Color Harmonies of #62495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62495A

Black with #62495A

Text Example


Text Example

White with #62495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62495A; }

 p { color: rgb(98,73,90); }

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

background-color css

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

 a { background-color: rgb(98,73,90); }

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

border-color css

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

 span { border-color: rgb(98,73,90); }

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