#6A3680

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

Shades of Eminence #6A3680

Tints of Eminence #6A3680

Color information

#6A3680 (or 0x6A3680) is unknown color: approx Eminence. HEX triplet: 6A, 36 and 80. RGB value is (106,54,128). Sum of RGB (Red+Green+Blue) = 106+54+128=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A3680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3680 is #95C97F. Grayscale: #4D4D4D. Windows color (decimal): -9816448 or 8402538. OLE color: 8402538.

HSL color Cylindrical-coordinate representation of color #6A3680: hue angle of 282.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A3680 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10654128-
CMYK0.170.5800.50
HSL282.16º40.66%35.69%-
HSV(B)282.16º57.81%50.2%-
XYZ11.167.2621.24-
YUV77.98156.23147.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=36.81%
G=18.75%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106541280.170.5800.50282.1640.6635.69
Hex6A3680113A03211a2924
Octal1526620021720624325144
Binary110101011011010000000100011110100110010100011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,128); }

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

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

 a { background-color: rgb(106,54,128); }

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

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

 span { border-color: rgb(106,54,128); }

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