#6E457A

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

Shades of Eminence #6E457A

Tints of Eminence #6E457A

Color information

#6E457A (or 0x6E457A) is unknown color: approx Eminence. HEX triplet: 6E, 45 and 7A. RGB value is (110,69,122). Sum of RGB (Red+Green+Blue) = 110+69+122=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E457A is #91BA85. Grayscale: #575757. Windows color (decimal): -9550470 or 8013166. OLE color: 8013166.

HSL color Cylindrical-coordinate representation of color #6E457A: hue angle of 286.42º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E457A is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11069122-
CMYK0.100.4300.52
HSL286.42º27.75%37.45%-
HSV(B)286.42º43.44%47.84%-
XYZ12.078.9819.51-
YUV87.3147.58144.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=36.54%
G=22.92%
B=40.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110691220.100.4300.52286.4227.7537.45
Hex6E457AA2B03411e1c25
Octal15610517212530644363445
Binary1101110100010111110101010101011011010010001111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,122); }

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

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

 a { background-color: rgb(110,69,122); }

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

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

 span { border-color: rgb(110,69,122); }

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