#6A406E

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

Shades of Eminence #6A406E

Tints of Eminence #6A406E

Color information

#6A406E (or 0x6A406E) is unknown color: approx Eminence. HEX triplet: 6A, 40 and 6E. RGB value is (106,64,110). Sum of RGB (Red+Green+Blue) = 106+64+110=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A406E is #95BF91. Grayscale: #515151. Windows color (decimal): -9813906 or 7225450. OLE color: 7225450.

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

Color convert

RGB10664110-
CMYK0.040.4200.57
HSL294.78º26.44%34.12%-
HSV(B)294.78º41.82%43.14%-
XYZ10.597.8615.71-
YUV81.8143.91145.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=37.86%
G=22.86%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106641100.040.4200.57294.7826.4434.12
Hex6A406E42A0391271a22
Octal1521001564520714473242
Binary110101010000001101110100101010011100110010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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