#6E069E

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

Shades of Dark Magenta #6E069E

Tints of Dark Magenta #6E069E

Color information

#6E069E (or 0x6E069E) is unknown color: approx Dark Magenta. HEX triplet: 6E, 06 and 9E. RGB value is (110,6,158). Sum of RGB (Red+Green+Blue) = 110+6+158=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E069E is #91F961. Grayscale: #353535. Windows color (decimal): -9566562 or 10356334. OLE color: 10356334.

HSL color Cylindrical-coordinate representation of color #6E069E: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E069E is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1106158-
CMYK0.300.9600.38
HSL281.05º92.68%32.16%-
HSV(B)281.05º96.2%61.96%-
XYZ12.675.9132.82-
YUV54.42186.46167.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=40.15%
G=2.19%
B=57.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11061580.300.9600.38281.0592.6832.16
Hex6E69E1E600261195d20
Octal15662363614004643113540
Binary11011101101001111011110110000001001101000110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,158); }

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

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

 a { background-color: rgb(110,6,158); }

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

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

 span { border-color: rgb(110,6,158); }

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