#6D456D

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

Shades of Eminence #6D456D

Tints of Eminence #6D456D

Color information

#6D456D (or 0x6D456D) is unknown color: approx Eminence. HEX triplet: 6D, 45 and 6D. RGB value is (109,69,109). Sum of RGB (Red+Green+Blue) = 109+69+109=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D456D is #92BA92. Grayscale: #555555. Windows color (decimal): -9616019 or 7161197. OLE color: 7161197.

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

Color convert

RGB10969109-
CMYK00.3700.57
HSL300º22.47%34.9%-
HSV(B)300º36.7%42.75%-
XYZ11.28.6115.54-
YUV85.52141.25144.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=37.98%
G=24.04%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096910900.3700.5730022.4734.9
Hex6D456D02503912c1623
Octal1551051550450714542643
Binary1101101100010111011010100101011100110010110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,109); }

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

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

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

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

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

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

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