#6C4079

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

Shades of Eminence #6C4079

Tints of Eminence #6C4079

Color information

#6C4079 (or 0x6C4079) is unknown color: approx Eminence. HEX triplet: 6C, 40 and 79. RGB value is (108,64,121). Sum of RGB (Red+Green+Blue) = 108+64+121=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4079 is #93BF86. Grayscale: #535353. Windows color (decimal): -9682823 or 7946348. OLE color: 7946348.

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

Color convert

RGB10864121-
CMYK0.110.4700.53
HSL286.32º30.81%36.27%-
HSV(B)286.32º47.11%47.45%-
XYZ11.478.2419.07-
YUV83.65149.08145.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=36.86%
G=21.84%
B=41.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108641210.110.4700.53286.3230.8136.27
Hex6C4079B2F03511e1f24
Octal15410017113570654363744
Binary1101100100000011110011011101111011010110001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,121); }

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

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

 a { background-color: rgb(108,64,121); }

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

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

 span { border-color: rgb(108,64,121); }

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