#6D4268

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

Shades of Eminence #6D4268

Tints of Eminence #6D4268

Color information

#6D4268 (or 0x6D4268) is unknown color: approx Eminence. HEX triplet: 6D, 42 and 68. RGB value is (109,66,104). Sum of RGB (Red+Green+Blue) = 109+66+104=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4268 is #92BD97. Grayscale: #535353. Windows color (decimal): -9616792 or 6832749. OLE color: 6832749.

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

Color convert

RGB10966104-
CMYK00.390.050.57
HSL306.98º24.57%34.31%-
HSV(B)306.98º39.45%42.75%-
XYZ10.758.1514.1-
YUV83.19139.75146.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.07%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=39.07%
G=23.66%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096610400.390.050.57306.9824.5734.31
Hex6D42680275391331922
Octal1551021500475714633142
Binary110110110000101101000010011110111100110011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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