#6D466C

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

Shades of Eminence #6D466C

Tints of Eminence #6D466C

Color information

#6D466C (or 0x6D466C) is unknown color: approx Eminence. HEX triplet: 6D, 46 and 6C. RGB value is (109,70,108). Sum of RGB (Red+Green+Blue) = 109+70+108=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D466C is #92B993. Grayscale: #555555. Windows color (decimal): -9615764 or 7095917. OLE color: 7095917.

HSL color Cylindrical-coordinate representation of color #6D466C: hue angle of 301.54º 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 #6D466C is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10970108-
CMYK00.360.010.57
HSL301.54º21.79%35.1%-
HSV(B)301.54º35.78%42.75%-
XYZ11.28.7115.28-
YUV85.99140.42144.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=37.98%
G=24.39%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097010800.360.010.57301.5421.7935.1
Hex6D466C02413912e1623
Octal1551061540441714562643
Binary1101101100011011011000100100111100110010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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