#6E486D

Color #6E486D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6E486D

Tints of Eminence #6E486D

Color information

#6E486D (or 0x6E486D) is unknown color: approx Eminence. HEX triplet: 6E, 48 and 6D. RGB value is (110,72,109). Sum of RGB (Red+Green+Blue) = 110+72+109=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E486D is #91B792. Grayscale: #575757. Windows color (decimal): -9549715 or 7161966. OLE color: 7161966.

HSL color Cylindrical-coordinate representation of color #6E486D: hue angle of 301.58º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E486D is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB11072109-
CMYK00.350.010.57
HSL301.58º20.88%35.69%-
HSV(B)301.58º34.55%43.14%-
XYZ11.519.0515.61-
YUV87.58140.09143.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.80%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=37.80%
G=24.74%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107210900.350.010.57301.5820.8835.69
Hex6E486D02313912e1524
Octal1561101550431714562544
Binary1101110100100011011010100011111100110010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,109); }

 H1.HeaderClassName
 {
   color: #6E486D;
 }
 .AnyTagClassName
 {
   color: #6E486D;
 }
</style>
background-color css

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

 a { background-color: rgb(110,72,109); }

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

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

 span { border-color: rgb(110,72,109); }

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