#6A436A

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

Shades of Eminence #6A436A

Tints of Eminence #6A436A

Color information

#6A436A (or 0x6A436A) is unknown color: approx Eminence. HEX triplet: 6A, 43 and 6A. RGB value is (106,67,106). Sum of RGB (Red+Green+Blue) = 106+67+106=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A436A is #95BC95. Grayscale: #525252. Windows color (decimal): -9813142 or 6964074. OLE color: 6964074.

HSL color Cylindrical-coordinate representation of color #6A436A: hue angle of 300º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A436A is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10667106-
CMYK00.3700.58
HSL300º22.54%33.92%-
HSV(B)300º36.79%41.57%-
XYZ10.558.1214.65-
YUV83.11140.92144.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=37.99%
G=24.01%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066710600.3700.5830022.5433.92
Hex6A436A02503A12c1722
Octal1521031520450724542742
Binary1101010100001111010100100101011101010010110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,106); }

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

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

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

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

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

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

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