Html Css Color HEX #614858 Liver

📋 copy color: '#614858'

red 97 ◦ green 72 ◦ blue 88

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

Shades of Liver #614858

Tints of Liver #614858

RGB

 RED value IS 97 (38.28% from 255) = 37.74%

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 37.74%
G = 28.02%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#614858 (or 0x614858) is known color: Liver. HEX triplet: 61, 48 and 58. RGB value is (97,72,88). Sum of RGB (Red+Green+Blue) = 97+72+88=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614858 is #9EB7A7. Grayscale: #515151. Windows color (decimal): -10401704 or 5785697. OLE color: 5785697.

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

Color convert

RGB 97 72 88 -
CMYK 0 0.26 0.09 0.62
HSL 321.6º 0.15% 0.33% -
HSV(B) 321.6º 0.26% 0.38% -
XYZ 9.01 7.88 10.28 -
YUV 81.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 97 72 88 0 0.26 0.09 0.62 321.6 0.15 0.33
Hex 61 48 58 0 1A 9 3E 142 F 21
Octal 141 110 130 0 32 11 76 502 17 41
Binary 1100001 1001000 1011000 0 11010 1001 111110 101000010 1111 100001

Color Harmonies of #614858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614858

Black with #614858

Text Example


Text Example

White with #614858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614858; }

 p { color: rgb(97,72,88); }

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

background-color css

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

 a { background-color: rgb(97,72,88); }

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

border-color css

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

 span { border-color: rgb(97,72,88); }

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