#6D407C

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

Shades of Eminence #6D407C

Tints of Eminence #6D407C

Color information

#6D407C (or 0x6D407C) is unknown color: approx Eminence. HEX triplet: 6D, 40 and 7C. RGB value is (109,64,124). Sum of RGB (Red+Green+Blue) = 109+64+124=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D407C is #92BF83. Grayscale: #545454. Windows color (decimal): -9617284 or 8142957. OLE color: 8142957.

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

Color convert

RGB10964124-
CMYK0.120.4800.51
HSL285º31.91%36.86%-
HSV(B)285º48.39%48.63%-
XYZ11.788.3720.06-
YUV84.29150.41145.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=36.70%
G=21.55%
B=41.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109641240.120.4800.5128531.9136.86
Hex6D407CC3003311d2025
Octal15510017414600634354045
Binary11011011000000111110011001100000110011100011101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,124); }

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

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

 a { background-color: rgb(109,64,124); }

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

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

 span { border-color: rgb(109,64,124); }

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