#6F4970

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

Shades of Eminence #6F4970

Tints of Eminence #6F4970

Color information

#6F4970 (or 0x6F4970) is unknown color: approx Eminence. HEX triplet: 6F, 49 and 70. RGB value is (111,73,112). Sum of RGB (Red+Green+Blue) = 111+73+112=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F4970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4970 is #90B68F. Grayscale: #585858. Windows color (decimal): -9483920 or 7358831. OLE color: 7358831.

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

Color convert

RGB11173112-
CMYK0.010.3500.56
HSL298.46º21.08%36.27%-
HSV(B)298.46º34.82%43.92%-
XYZ11.869.3116.5-
YUV88.81141.09143.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=37.5%
G=24.66%
B=37.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111731120.010.3500.56298.4621.0836.27
Hex6F497012303812a1524
Octal1571111601430704522544
Binary1101111100100111100001100011011100010010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,112); }

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

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

 a { background-color: rgb(111,73,112); }

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

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

 span { border-color: rgb(111,73,112); }

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