#6A446E

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

Shades of Eminence #6A446E

Tints of Eminence #6A446E

Color information

#6A446E (or 0x6A446E) is unknown color: approx Eminence. HEX triplet: 6A, 44 and 6E. RGB value is (106,68,110). Sum of RGB (Red+Green+Blue) = 106+68+110=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A446E is #95BB91. Grayscale: #545454. Windows color (decimal): -9812882 or 7226474. OLE color: 7226474.

HSL color Cylindrical-coordinate representation of color #6A446E: hue angle of 294.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A446E is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10668110-
CMYK0.040.3800.57
HSL294.29º23.6%34.9%-
HSV(B)294.29º38.18%43.14%-
XYZ10.838.3215.79-
YUV84.15142.59143.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=37.32%
G=23.94%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106681100.040.3800.57294.2923.634.9
Hex6A446E4260391261823
Octal1521041564460714463043
Binary110101010001001101110100100110011100110010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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