#6E407A

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

Shades of Eminence #6E407A

Tints of Eminence #6E407A

Color information

#6E407A (or 0x6E407A) is unknown color: approx Eminence. HEX triplet: 6E, 40 and 7A. RGB value is (110,64,122). Sum of RGB (Red+Green+Blue) = 110+64+122=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E407A is #91BF85. Grayscale: #545454. Windows color (decimal): -9551750 or 8011886. OLE color: 8011886.

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

Color convert

RGB11064122-
CMYK0.100.4800.52
HSL287.59º31.18%36.47%-
HSV(B)287.59º47.54%47.84%-
XYZ11.788.3919.41-
YUV84.37149.24146.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=37.16%
G=21.62%
B=41.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110641220.100.4800.52287.5931.1836.47
Hex6E407AA300341201f24
Octal15610017212600644403744
Binary1101110100000011110101010110000011010010010000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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