#6D466B

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

Shades of Eminence #6D466B

Tints of Eminence #6D466B

Color information

#6D466B (or 0x6D466B) is unknown color: approx Eminence. HEX triplet: 6D, 46 and 6B. RGB value is (109,70,107). Sum of RGB (Red+Green+Blue) = 109+70+107=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D466B is #92B994. Grayscale: #555555. Windows color (decimal): -9615765 or 7030381. OLE color: 7030381.

HSL color Cylindrical-coordinate representation of color #6D466B: hue angle of 303.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D466B is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10970107-
CMYK00.360.020.57
HSL303.08º21.79%35.1%-
HSV(B)303.08º35.78%42.75%-
XYZ11.158.6915-
YUV85.88139.92144.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=38.11%
G=24.48%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097010700.360.020.57303.0821.7935.1
Hex6D466B02423912f1623
Octal1551061530442714572643
Binary11011011000110110101101001001011100110010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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