#6E456C

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

Shades of Eminence #6E456C

Tints of Eminence #6E456C

Color information

#6E456C (or 0x6E456C) is unknown color: approx Eminence. HEX triplet: 6E, 45 and 6C. RGB value is (110,69,108). Sum of RGB (Red+Green+Blue) = 110+69+108=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E456C is #91BA93. Grayscale: #555555. Windows color (decimal): -9550484 or 7095662. OLE color: 7095662.

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

Color convert

RGB11069108-
CMYK00.370.020.57
HSL302.93º22.91%35.1%-
HSV(B)302.93º37.27%43.14%-
XYZ11.278.6515.26-
YUV85.7140.58145.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=38.33%
G=24.04%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106910800.370.020.57302.9322.9135.1
Hex6E456C02523912f1723
Octal1561051540452714572743
Binary11011101000101110110001001011011100110010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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