#6E417B

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

Shades of Eminence #6E417B

Tints of Eminence #6E417B

Color information

#6E417B (or 0x6E417B) is unknown color: approx Eminence. HEX triplet: 6E, 41 and 7B. RGB value is (110,65,123). Sum of RGB (Red+Green+Blue) = 110+65+123=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E417B is #91BE84. Grayscale: #545454. Windows color (decimal): -9551493 or 8077678. OLE color: 8077678.

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

Color convert

RGB11065123-
CMYK0.110.4700.52
HSL286.55º30.85%36.86%-
HSV(B)286.55º47.15%48.24%-
XYZ11.98.5319.76-
YUV85.07149.41145.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=36.91%
G=21.81%
B=41.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110651230.110.4700.52286.5530.8536.86
Hex6E417BB2F03411f1f25
Octal15610117313570644373745
Binary1101110100000111110111011101111011010010001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,123); }

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

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

 a { background-color: rgb(110,65,123); }

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

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

 span { border-color: rgb(110,65,123); }

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