#6F396E

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

Shades of Eminence #6F396E

Tints of Eminence #6F396E

Color information

#6F396E (or 0x6F396E) is unknown color: approx Eminence. HEX triplet: 6F, 39 and 6E. RGB value is (111,57,110). Sum of RGB (Red+Green+Blue) = 111+57+110=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F396E is #90C691. Grayscale: #4F4F4F. Windows color (decimal): -9488018 or 7223663. OLE color: 7223663.

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

Color convert

RGB11157110-
CMYK00.490.010.56
HSL301.11º32.14%32.94%-
HSV(B)301.11º48.65%43.53%-
XYZ10.837.4315.62-
YUV79.19145.39150.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=39.93%
G=20.50%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115711000.490.010.56301.1132.1432.94
Hex6F396E03113812d2021
Octal157711560611704554041
Binary1101111111001110111001100011111000100101101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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