#6A426D

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

Shades of Eminence #6A426D

Tints of Eminence #6A426D

Color information

#6A426D (or 0x6A426D) is unknown color: approx Eminence. HEX triplet: 6A, 42 and 6D. RGB value is (106,66,109). Sum of RGB (Red+Green+Blue) = 106+66+109=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426D is #95BD92. Grayscale: #525252. Windows color (decimal): -9813395 or 7160426. OLE color: 7160426.

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

Color convert

RGB10666109-
CMYK0.030.3900.57
HSL295.81º24.57%34.31%-
HSV(B)295.81º39.45%42.75%-
XYZ10.658.0615.46-
YUV82.86142.75144.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=37.72%
G=23.49%
B=38.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106661090.030.3900.57295.8124.5734.31
Hex6A426D3270391281922
Octal1521021553470714503142
Binary11010101000010110110111100111011100110010100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,109); }

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

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

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

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

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

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

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