#6C4173

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

Shades of Eminence #6C4173

Tints of Eminence #6C4173

Color information

#6C4173 (or 0x6C4173) is unknown color: approx Eminence. HEX triplet: 6C, 41 and 73. RGB value is (108,65,115). Sum of RGB (Red+Green+Blue) = 108+65+115=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4173 is #93BE8C. Grayscale: #535353. Windows color (decimal): -9682573 or 7553388. OLE color: 7553388.

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

Color convert

RGB10865115-
CMYK0.060.4300.55
HSL291.6º27.78%35.29%-
HSV(B)291.6º43.48%45.1%-
XYZ11.178.2117.21-
YUV83.56145.75145.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=37.5%
G=22.57%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108651150.060.4300.55291.627.7835.29
Hex6C417362B0371241c23
Octal1541011636530674443443
Binary110110010000011110011110101011011011110010010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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