#6C4170

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

Shades of Eminence #6C4170

Tints of Eminence #6C4170

Color information

#6C4170 (or 0x6C4170) is unknown color: approx Eminence. HEX triplet: 6C, 41 and 70. RGB value is (108,65,112). Sum of RGB (Red+Green+Blue) = 108+65+112=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C4170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4170 is #93BE8F. Grayscale: #535353. Windows color (decimal): -9682576 or 7356780. OLE color: 7356780.

HSL color Cylindrical-coordinate representation of color #6C4170: hue angle of 294.89º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C4170 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10865112-
CMYK0.040.4200.56
HSL294.89º26.55%34.71%-
HSV(B)294.89º41.96%43.92%-
XYZ118.1416.32-
YUV83.22144.25145.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=37.89%
G=22.81%
B=39.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108651120.040.4200.56294.8926.5534.71
Hex6C417042A0381271b23
Octal1541011604520704473343
Binary110110010000011110000100101010011100010010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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