#6F406E

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

Shades of Eminence #6F406E

Tints of Eminence #6F406E

Color information

#6F406E (or 0x6F406E) is unknown color: approx Eminence. HEX triplet: 6F, 40 and 6E. RGB value is (111,64,110). Sum of RGB (Red+Green+Blue) = 111+64+110=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F406E is #90BF91. Grayscale: #535353. Windows color (decimal): -9486226 or 7225455. OLE color: 7225455.

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

Color convert

RGB11164110-
CMYK00.420.010.56
HSL301.28º26.86%34.31%-
HSV(B)301.28º42.34%43.53%-
XYZ11.28.1715.74-
YUV83.3143.07147.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=38.95%
G=22.46%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116411000.420.010.56301.2826.8634.31
Hex6F406E02A13812d1b22
Octal1571001560521704553342
Binary1101111100000011011100101010111100010010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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