#6F4269

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

Shades of Eminence #6F4269

Tints of Eminence #6F4269

Color information

#6F4269 (or 0x6F4269) is unknown color: approx Eminence. HEX triplet: 6F, 42 and 69. RGB value is (111,66,105). Sum of RGB (Red+Green+Blue) = 111+66+105=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4269 is #90BD96. Grayscale: #535353. Windows color (decimal): -9485719 or 6898287. OLE color: 6898287.

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

Color convert

RGB11166105-
CMYK00.410.050.56
HSL308º25.42%34.71%-
HSV(B)308º40.54%43.53%-
XYZ11.058.314.38-
YUV83.9139.91147.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=39.36%
G=23.40%
B=37.23%

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
Decimal1116610500.410.050.5630825.4234.71
Hex6F42690295381341923
Octal1571021510515704643143
Binary110111110000101101001010100110111100010011010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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