#6A446A

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

Shades of Eminence #6A446A

Tints of Eminence #6A446A

Color information

#6A446A (or 0x6A446A) is unknown color: approx Eminence. HEX triplet: 6A, 44 and 6A. RGB value is (106,68,106). Sum of RGB (Red+Green+Blue) = 106+68+106=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A446A is #95BB95. Grayscale: #535353. Windows color (decimal): -9812886 or 6964330. OLE color: 6964330.

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

Color convert

RGB10668106-
CMYK00.3600.58
HSL300º21.84%34.12%-
HSV(B)300º35.85%41.57%-
XYZ10.618.2414.67-
YUV83.69140.59143.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=37.86%
G=24.29%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066810600.3600.5830021.8434.12
Hex6A446A02403A12c1622
Octal1521041520440724542642
Binary1101010100010011010100100100011101010010110010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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