#6F416E

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

Shades of Eminence #6F416E

Tints of Eminence #6F416E

Color information

#6F416E (or 0x6F416E) is unknown color: approx Eminence. HEX triplet: 6F, 41 and 6E. RGB value is (111,65,110). Sum of RGB (Red+Green+Blue) = 111+65+110=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F416E is #90BE91. Grayscale: #535353. Windows color (decimal): -9485970 or 7225711. OLE color: 7225711.

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

Color convert

RGB11165110-
CMYK00.410.010.56
HSL301.3º26.14%34.51%-
HSV(B)301.3º41.44%43.53%-
XYZ11.268.2915.76-
YUV83.88142.74147.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=38.81%
G=22.73%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116511000.410.010.56301.326.1434.51
Hex6F416E02913812d1a23
Octal1571011560511704553243
Binary1101111100000111011100101001111100010010110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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