#6A2C84

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

Shades of Eminence #6A2C84

Tints of Eminence #6A2C84

Color information

#6A2C84 (or 0x6A2C84) is unknown color: approx Eminence. HEX triplet: 6A, 2C and 84. RGB value is (106,44,132). Sum of RGB (Red+Green+Blue) = 106+44+132=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A2C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2C84 is #95D37B. Grayscale: #484848. Windows color (decimal): -9819004 or 8662122. OLE color: 8662122.

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

Color convert

RGB10644132-
CMYK0.200.6700.48
HSL282.27º50%34.51%-
HSV(B)282.27º66.67%51.76%-
XYZ11.016.5322.51-
YUV72.57161.54151.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=37.59%
G=15.60%
B=46.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106441320.200.6700.48282.275034.51
Hex6A2C84144303011a3223
Octal15254204241030604326243
Binary1101010101100100001001010010000110110000100011010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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