#6E4071

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

Shades of Eminence #6E4071

Tints of Eminence #6E4071

Color information

#6E4071 (or 0x6E4071) is unknown color: approx Eminence. HEX triplet: 6E, 40 and 71. RGB value is (110,64,113). Sum of RGB (Red+Green+Blue) = 110+64+113=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4071 is #91BF8E. Grayscale: #535353. Windows color (decimal): -9551759 or 7422062. OLE color: 7422062.

HSL color Cylindrical-coordinate representation of color #6E4071: hue angle of 296.33º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E4071 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11064113-
CMYK0.030.4300.56
HSL296.33º27.68%34.71%-
HSV(B)296.33º43.36%44.31%-
XYZ11.248.1716.61-
YUV83.34144.74147.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=38.33%
G=22.30%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110641130.030.4300.56296.3327.6834.71
Hex6E407132B0381281c23
Octal1561001613530704503443
Binary11011101000000111000111101011011100010010100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,64,113); }

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

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

 a { background-color: rgb(110,64,113); }

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

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

 span { border-color: rgb(110,64,113); }

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