#6A3683

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

Shades of Eminence #6A3683

Tints of Eminence #6A3683

Color information

#6A3683 (or 0x6A3683) is unknown color: approx Eminence. HEX triplet: 6A, 36 and 83. RGB value is (106,54,131). Sum of RGB (Red+Green+Blue) = 106+54+131=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A3683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3683 is #95C97C. Grayscale: #4E4E4E. Windows color (decimal): -9816445 or 8599146. OLE color: 8599146.

HSL color Cylindrical-coordinate representation of color #6A3683: hue angle of 280.52º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A3683 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10654131-
CMYK0.190.5900.49
HSL280.52º41.62%36.27%-
HSV(B)280.52º58.78%51.37%-
XYZ11.367.3422.29-
YUV78.33157.73147.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=36.43%
G=18.56%
B=45.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106541310.190.5900.49280.5241.6236.27
Hex6A3683133B0311192a24
Octal1526620323730614315244
Binary110101011011010000011100111110110110001100011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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