#6E367E

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

Shades of Eminence #6E367E

Tints of Eminence #6E367E

Color information

#6E367E (or 0x6E367E) is unknown color: approx Eminence. HEX triplet: 6E, 36 and 7E. RGB value is (110,54,126). Sum of RGB (Red+Green+Blue) = 110+54+126=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367E is #91C981. Grayscale: #4E4E4E. Windows color (decimal): -9554306 or 8271470. OLE color: 8271470.

HSL color Cylindrical-coordinate representation of color #6E367E: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E367E is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11054126-
CMYK0.130.5700.51
HSL286.67º40%35.29%-
HSV(B)286.67º57.14%49.41%-
XYZ11.527.4620.57-
YUV78.95154.55150.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.93%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=37.93%
G=18.62%
B=43.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110541260.130.5700.51286.674035.29
Hex6E367ED3903311f2823
Octal1566617615710634375043
Binary1101110110110111111011011110010110011100011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,126); }

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

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

 a { background-color: rgb(110,54,126); }

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

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

 span { border-color: rgb(110,54,126); }

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