#6C476B

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

Shades of Eminence #6C476B

Tints of Eminence #6C476B

Color information

#6C476B (or 0x6C476B) is unknown color: approx Eminence. HEX triplet: 6C, 47 and 6B. RGB value is (108,71,107). Sum of RGB (Red+Green+Blue) = 108+71+107=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C476B is #93B894. Grayscale: #565656. Windows color (decimal): -9681045 or 7030636. OLE color: 7030636.

HSL color Cylindrical-coordinate representation of color #6C476B: hue angle of 301.62º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C476B is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10871107-
CMYK00.340.010.58
HSL301.62º20.67%35.1%-
HSV(B)301.62º34.26%42.35%-
XYZ11.098.7615.02-
YUV86.17139.76143.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=37.76%
G=24.83%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1087110700.340.010.58301.6220.6735.1
Hex6C476B02213A12e1523
Octal1541071530421724562543
Binary1101100100011111010110100010111101010010111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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