#6c476f

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

Shades of Eminence #6C476F

Tints of Eminence #6C476F

Color information

#6C476F (or 0x6C476F) is unknown color: approx Eminence. HEX triplet: 6C, 47 and 6F. RGB value is (108,71,111). Sum of RGB (Red+Green+Blue) = 108+71+111=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C476F is #93B890. Grayscale: #565656. Windows color (decimal): -9681041 or 7292780. OLE color: 7292780.

HSL color Cylindrical-coordinate representation of color #6C476F: hue angle of 295.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C476F is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10871111-
CMYK0.030.3600.56
HSL295.5º21.98%35.69%-
HSV(B)295.5º36.04%43.53%-
XYZ11.318.8416.15-
YUV86.62141.76143.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=37.24%
G=24.48%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108711110.030.3600.56295.521.9835.69
Hex6C476F3240381281624
Octal1541071573440704502644
Binary11011001000111110111111100100011100010010100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c476f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,111); }

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

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

 a { background-color: rgb(108,71,111); }

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

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

 span { border-color: rgb(108,71,111); }

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