#6F476E

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

Shades of Eminence #6F476E

Tints of Eminence #6F476E

Color information

#6F476E (or 0x6F476E) is unknown color: approx Eminence. HEX triplet: 6F, 47 and 6E. RGB value is (111,71,110). Sum of RGB (Red+Green+Blue) = 111+71+110=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476E is #90B891. Grayscale: #575757. Windows color (decimal): -9484434 or 7227247. OLE color: 7227247.

HSL color Cylindrical-coordinate representation of color #6F476E: hue angle of 301.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 #6F476E is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11171110-
CMYK00.360.010.56
HSL301.5º21.98%35.69%-
HSV(B)301.5º36.04%43.53%-
XYZ11.629.0115.88-
YUV87.41140.75144.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=38.01%
G=24.32%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117111000.360.010.56301.521.9835.69
Hex6F476E02413812e1624
Octal1571071560441704562644
Binary1101111100011111011100100100111100010010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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