Html Css Color HEX #6E5972 Rum

📋 copy color: '#6E5972'

red 110 ◦ green 89 ◦ blue 114

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

Shades of Rum #6E5972

Tints of Rum #6E5972

RGB

 RED value IS 110 (43.36% from 255) = 35.14%

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 35.14%
G = 28.43%
B = 36.42%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E5972 (or 0x6E5972) is known color: Rum. HEX triplet: 6E, 59 and 72. RGB value is (110,89,114). Sum of RGB (Red+Green+Blue) = 110+89+114=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5972 is #91A68D. Grayscale: #626262. Windows color (decimal): -9545358 or 7493998. OLE color: 7493998.

HSL color Cylindrical-coordinate representation of color #6E5972: hue angle of 290.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E5972 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 89 114 -
CMYK 0.04 0.22 0 0.55
HSL 290.4º 0.12% 0.4% -
HSV(B) 290.4º 0.22% 0.45% -
XYZ 13.04 11.67 17.49 -
YUV 98.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 110 89 114 0.04 0.22 0 0.55 290.4 0.12 0.4
Hex 6E 59 72 4 16 0 37 122 C 28
Octal 156 131 162 4 26 0 67 442 14 50
Binary 1101110 1011001 1110010 100 10110 0 110111 100100010 1100 101000

Color Harmonies of #6E5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5972

Black with #6E5972

Text Example


Text Example

White with #6E5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E5972; }

 p { color: rgb(110,89,114); }

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

background-color css

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

 a { background-color: rgb(110,89,114); }

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

border-color css

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

 span { border-color: rgb(110,89,114); }

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