#6A2E84

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

Shades of Eminence #6A2E84

Tints of Eminence #6A2E84

Color information

#6A2E84 (or 0x6A2E84) is unknown color: approx Eminence. HEX triplet: 6A, 2E and 84. RGB value is (106,46,132). Sum of RGB (Red+Green+Blue) = 106+46+132=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A2E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2E84 is #95D17B. Grayscale: #494949. Windows color (decimal): -9818492 or 8662634. OLE color: 8662634.

HSL color Cylindrical-coordinate representation of color #6A2E84: hue angle of 281.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2E84 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10646132-
CMYK0.200.6500.48
HSL281.86º48.31%34.9%-
HSV(B)281.86º65.15%51.76%-
XYZ11.096.6822.54-
YUV73.74160.88151.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=37.32%
G=16.20%
B=46.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106461320.200.6500.48281.8648.3134.9
Hex6A2E84144103011a3023
Octal15256204241010604326043
Binary1101010101110100001001010010000010110000100011010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,46,132); }

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

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

 a { background-color: rgb(106,46,132); }

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

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

 span { border-color: rgb(106,46,132); }

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