#6A4577

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

Shades of Eminence #6A4577

Tints of Eminence #6A4577

Color information

#6A4577 (or 0x6A4577) is unknown color: approx Eminence. HEX triplet: 6A, 45 and 77. RGB value is (106,69,119). Sum of RGB (Red+Green+Blue) = 106+69+119=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A4577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4577 is #95BA88. Grayscale: #555555. Windows color (decimal): -9812617 or 7816554. OLE color: 7816554.

HSL color Cylindrical-coordinate representation of color #6A4577: hue angle of 284.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A4577 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10669119-
CMYK0.110.4200.53
HSL284.4º26.6%36.86%-
HSV(B)284.4º42.02%46.67%-
XYZ11.48.6518.52-
YUV85.76146.76142.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=36.05%
G=23.47%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106691190.110.4200.53284.426.636.86
Hex6A4577B2A03511c1b25
Octal15210516713520654343345
Binary1101010100010111101111011101010011010110001110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,119); }

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

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

 a { background-color: rgb(106,69,119); }

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

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

 span { border-color: rgb(106,69,119); }

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