#6A337C

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

Shades of Eminence #6A337C

Tints of Eminence #6A337C

Color information

#6A337C (or 0x6A337C) is unknown color: approx Eminence. HEX triplet: 6A, 33 and 7C. RGB value is (106,51,124). Sum of RGB (Red+Green+Blue) = 106+51+124=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A337C is #95CC83. Grayscale: #4B4B4B. Windows color (decimal): -9817220 or 8139626. OLE color: 8139626.

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

Color convert

RGB10651124-
CMYK0.150.5900.51
HSL285.21º41.71%34.31%-
HSV(B)285.21º58.87%48.63%-
XYZ10.776.8919.83-
YUV75.77155.22149.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=37.72%
G=18.15%
B=44.13%

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
Decimal106511240.150.5900.51285.2141.7134.31
Hex6A337CF3B03311d2a22
Octal1526317417730634355242
Binary1101010110011111110011111110110110011100011101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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