#6D426D

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

Shades of Eminence #6D426D

Tints of Eminence #6D426D

Color information

#6D426D (or 0x6D426D) is unknown color: approx Eminence. HEX triplet: 6D, 42 and 6D. RGB value is (109,66,109). Sum of RGB (Red+Green+Blue) = 109+66+109=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D426D is #92BD92. Grayscale: #535353. Windows color (decimal): -9616787 or 7160429. OLE color: 7160429.

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

Color convert

RGB10966109-
CMYK00.3900.57
HSL300º24.57%34.31%-
HSV(B)300º39.45%42.75%-
XYZ11.028.2515.48-
YUV83.76142.25146-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=38.38%
G=23.24%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096610900.3900.5730024.5734.31
Hex6D426D02703912c1922
Octal1551021550470714543142
Binary1101101100001011011010100111011100110010110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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