#6C4973

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

Shades of Eminence #6C4973

Tints of Eminence #6C4973

Color information

#6C4973 (or 0x6C4973) is unknown color: approx Eminence. HEX triplet: 6C, 49 and 73. RGB value is (108,73,115). Sum of RGB (Red+Green+Blue) = 108+73+115=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C4973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4973 is #93B68C. Grayscale: #585858. Windows color (decimal): -9680525 or 7555436. OLE color: 7555436.

HSL color Cylindrical-coordinate representation of color #6C4973: hue angle of 290º degrees, saturation: 0.22, 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 #6C4973 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10873115-
CMYK0.060.3700.55
HSL290º22.34%36.86%-
HSV(B)290º36.52%45.1%-
XYZ11.669.1917.38-
YUV88.25143.1142.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=36.49%
G=24.66%
B=38.85%

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
Decimal108731150.060.3700.5529022.3436.86
Hex6C49736250371221625
Octal1541111636450674422645
Binary110110010010011110011110100101011011110010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,73,115); }

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

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

 a { background-color: rgb(108,73,115); }

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

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

 span { border-color: rgb(108,73,115); }

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