#6D4974

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

Shades of Eminence #6D4974

Tints of Eminence #6D4974

Color information

#6D4974 (or 0x6D4974) is unknown color: approx Eminence. HEX triplet: 6D, 49 and 74. RGB value is (109,73,116). Sum of RGB (Red+Green+Blue) = 109+73+116=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4974 is #92B68B. Grayscale: #585858. Windows color (decimal): -9614988 or 7620973. OLE color: 7620973.

HSL color Cylindrical-coordinate representation of color #6D4974: hue angle of 290.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4974 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10973116-
CMYK0.060.3700.55
HSL290.23º22.75%37.06%-
HSV(B)290.23º37.07%45.49%-
XYZ11.849.2817.69-
YUV88.67143.43142.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=36.58%
G=24.50%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109731160.060.3700.55290.2322.7537.06
Hex6D49746250371221725
Octal1551111646450674422745
Binary110110110010011110100110100101011011110010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,116); }

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

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

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

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

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

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

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