#6B476E

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

Shades of Eminence #6B476E

Tints of Eminence #6B476E

Color information

#6B476E (or 0x6B476E) is unknown color: approx Eminence. HEX triplet: 6B, 47 and 6E. RGB value is (107,71,110). Sum of RGB (Red+Green+Blue) = 107+71+110=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B476E is #94B891. Grayscale: #565656. Windows color (decimal): -9746578 or 7227243. OLE color: 7227243.

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

Color convert

RGB10771110-
CMYK0.030.3500.57
HSL295.38º21.55%35.49%-
HSV(B)295.38º35.45%43.14%-
XYZ11.138.7615.86-
YUV86.21141.43142.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=37.15%
G=24.65%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107711100.030.3500.57295.3821.5535.49
Hex6B476E3230391271623
Octal1531071563430714472643
Binary11010111000111110111011100011011100110010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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