#6F476A

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

Shades of Eminence #6F476A

Tints of Eminence #6F476A

Color information

#6F476A (or 0x6F476A) is unknown color: approx Eminence. HEX triplet: 6F, 47 and 6A. RGB value is (111,71,106). Sum of RGB (Red+Green+Blue) = 111+71+106=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476A is #90B895. Grayscale: #565656. Windows color (decimal): -9484438 or 6965103. OLE color: 6965103.

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

Color convert

RGB11171106-
CMYK00.360.050.56
HSL307.5º21.98%35.69%-
HSV(B)307.5º36.04%43.53%-
XYZ11.418.9314.76-
YUV86.95138.75145.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=38.54%
G=24.65%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117110600.360.050.56307.521.9835.69
Hex6F476A0245381341624
Octal1571071520445704642644
Binary110111110001111101010010010010111100010011010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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