#6A2886

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

Shades of Eminence #6A2886

Tints of Eminence #6A2886

Color information

#6A2886 (or 0x6A2886) is unknown color: approx Eminence. HEX triplet: 6A, 28 and 86. RGB value is (106,40,134). Sum of RGB (Red+Green+Blue) = 106+40+134=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A2886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2886 is #95D779. Grayscale: #464646. Windows color (decimal): -9820026 or 8792170. OLE color: 8792170.

HSL color Cylindrical-coordinate representation of color #6A2886: hue angle of 282.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2886 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10640134-
CMYK0.210.7000.47
HSL282.13º54.02%34.12%-
HSV(B)282.13º70.15%52.55%-
XYZ11.016.323.19-
YUV70.45163.87153.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=37.86%
G=14.29%
B=47.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106401340.210.7000.47282.1354.0234.12
Hex6A2886154602F11a3622
Octal15250206251060574326642
Binary1101010101000100001101010110001100101111100011010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,134); }

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

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

 a { background-color: rgb(106,40,134); }

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

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

 span { border-color: rgb(106,40,134); }

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