#6c4178

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

Shades of Eminence #6C4178

Tints of Eminence #6C4178

Color information

#6C4178 (or 0x6C4178) is unknown color: approx Eminence. HEX triplet: 6C, 41 and 78. RGB value is (108,65,120). Sum of RGB (Red+Green+Blue) = 108+65+120=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4178 is #93BE87. Grayscale: #535353. Windows color (decimal): -9682568 or 7881068. OLE color: 7881068.

HSL color Cylindrical-coordinate representation of color #6C4178: hue angle of 286.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C4178 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10865120-
CMYK0.100.4600.53
HSL286.91º29.73%36.27%-
HSV(B)286.91º45.83%47.06%-
XYZ11.468.3218.77-
YUV84.13148.25145.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=36.86%
G=22.18%
B=40.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108651200.100.4600.53286.9129.7336.27
Hex6C4178A2E03511f1e24
Octal15410117012560654373644
Binary1101100100000111110001010101110011010110001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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