#6F4169

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

Shades of Eminence #6F4169

Tints of Eminence #6F4169

Color information

#6F4169 (or 0x6F4169) is unknown color: approx Eminence. HEX triplet: 6F, 41 and 69. RGB value is (111,65,105). Sum of RGB (Red+Green+Blue) = 111+65+105=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4169 is #90BE96. Grayscale: #535353. Windows color (decimal): -9485975 or 6898031. OLE color: 6898031.

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

Color convert

RGB11165105-
CMYK00.410.050.56
HSL307.83º26.14%34.51%-
HSV(B)307.83º41.44%43.53%-
XYZ118.1814.36-
YUV83.31140.24147.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=39.50%
G=23.13%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116510500.410.050.56307.8326.1434.51
Hex6F41690295381341a23
Octal1571011510515704643243
Binary110111110000011101001010100110111100010011010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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