#6E427C

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

Shades of Eminence #6E427C

Tints of Eminence #6E427C

Color information

#6E427C (or 0x6E427C) is unknown color: approx Eminence. HEX triplet: 6E, 42 and 7C. RGB value is (110,66,124). Sum of RGB (Red+Green+Blue) = 110+66+124=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E427C is #91BD83. Grayscale: #555555. Windows color (decimal): -9551236 or 8143470. OLE color: 8143470.

HSL color Cylindrical-coordinate representation of color #6E427C: hue angle of 285.52º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E427C is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11066124-
CMYK0.110.4700.51
HSL285.52º30.53%37.25%-
HSV(B)285.52º46.77%48.63%-
XYZ12.028.6720.11-
YUV85.77149.58145.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=36.67%
G=22%
B=41.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110661240.110.4700.51285.5230.5337.25
Hex6E427CB2F03311e1f25
Octal15610217413570634363745
Binary1101110100001011111001011101111011001110001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,124); }

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

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

 a { background-color: rgb(110,66,124); }

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

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

 span { border-color: rgb(110,66,124); }

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