#6A337D

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

Shades of Eminence #6A337D

Tints of Eminence #6A337D

Color information

#6A337D (or 0x6A337D) is unknown color: approx Eminence. HEX triplet: 6A, 33 and 7D. RGB value is (106,51,125). Sum of RGB (Red+Green+Blue) = 106+51+125=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A337D is #95CC82. Grayscale: #4B4B4B. Windows color (decimal): -9817219 or 8205162. OLE color: 8205162.

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

Color convert

RGB10651125-
CMYK0.150.5900.51
HSL284.59º42.05%34.51%-
HSV(B)284.59º59.2%49.02%-
XYZ10.836.9120.17-
YUV75.88155.72149.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=37.59%
G=18.09%
B=44.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106511250.150.5900.51284.5942.0534.51
Hex6A337DF3B03311d2a23
Octal1526317517730634355243
Binary1101010110011111110111111110110110011100011101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,125); }

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

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

 a { background-color: rgb(106,51,125); }

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

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

 span { border-color: rgb(106,51,125); }

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