#6D406B

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

Shades of Eminence #6D406B

Tints of Eminence #6D406B

Color information

#6D406B (or 0x6D406B) is unknown color: approx Eminence. HEX triplet: 6D, 40 and 6B. RGB value is (109,64,107). Sum of RGB (Red+Green+Blue) = 109+64+107=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D406B is #92BF94. Grayscale: #525252. Windows color (decimal): -9617301 or 7028845. OLE color: 7028845.

HSL color Cylindrical-coordinate representation of color #6D406B: hue angle of 302.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 #6D406B is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10964107-
CMYK00.410.020.57
HSL302.67º26.01%33.92%-
HSV(B)302.67º41.28%42.75%-
XYZ10.797.9814.88-
YUV82.36141.91147-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.93%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=38.93%
G=22.86%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096410700.410.020.57302.6726.0133.92
Hex6D406B02923912f1a22
Octal1551001530512714573242
Binary11011011000000110101101010011011100110010111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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