#6F4369

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

Shades of Eminence #6F4369

Tints of Eminence #6F4369

Color information

#6F4369 (or 0x6F4369) is unknown color: approx Eminence. HEX triplet: 6F, 43 and 69. RGB value is (111,67,105). Sum of RGB (Red+Green+Blue) = 111+67+105=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4369 is #90BC96. Grayscale: #545454. Windows color (decimal): -9485463 or 6898543. OLE color: 6898543.

HSL color Cylindrical-coordinate representation of color #6F4369: hue angle of 308.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4369 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11167105-
CMYK00.400.050.56
HSL308.18º24.72%34.9%-
HSV(B)308.18º39.64%43.53%-
XYZ11.118.4114.4-
YUV84.49139.58146.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=39.22%
G=23.67%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116710500.400.050.56308.1824.7234.9
Hex6F43690285381341923
Octal1571031510505704643143
Binary110111110000111101001010100010111100010011010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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