#6F3E6D

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

Shades of Eminence #6F3E6D

Tints of Eminence #6F3E6D

Color information

#6F3E6D (or 0x6F3E6D) is unknown color: approx Eminence. HEX triplet: 6F, 3E and 6D. RGB value is (111,62,109). Sum of RGB (Red+Green+Blue) = 111+62+109=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E6D is #90C192. Grayscale: #515151. Windows color (decimal): -9486739 or 7159407. OLE color: 7159407.

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

Color convert

RGB11162109-
CMYK00.440.020.56
HSL302.45º28.32%33.92%-
HSV(B)302.45º44.14%43.53%-
XYZ11.047.9315.42-
YUV82.01143.23148.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=39.36%
G=21.99%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116210900.440.020.56302.4528.3233.92
Hex6F3E6D02C23812e1c22
Octal157761550542704563442
Binary1101111111110110110101011001011100010010111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,109); }

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

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

 a { background-color: rgb(111,62,109); }

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

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

 span { border-color: rgb(111,62,109); }

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