#6D416E

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

Shades of Eminence #6D416E

Tints of Eminence #6D416E

Color information

#6D416E (or 0x6D416E) is unknown color: approx Eminence. HEX triplet: 6D, 41 and 6E. RGB value is (109,65,110). Sum of RGB (Red+Green+Blue) = 109+65+110=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D416E is #92BE91. Grayscale: #535353. Windows color (decimal): -9617042 or 7225709. OLE color: 7225709.

HSL color Cylindrical-coordinate representation of color #6D416E: hue angle of 298.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D416E is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10965110-
CMYK0.010.4100.57
HSL298.67º25.71%34.31%-
HSV(B)298.67º40.91%43.14%-
XYZ11.018.1615.75-
YUV83.29143.08146.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=38.38%
G=22.89%
B=38.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109651100.010.4100.57298.6725.7134.31
Hex6D416E12903912b1a22
Octal1551011561510714533242
Binary1101101100000111011101101001011100110010101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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