#6A426A

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

Shades of Eminence #6A426A

Tints of Eminence #6A426A

Color information

#6A426A (or 0x6A426A) is unknown color: approx Eminence. HEX triplet: 6A, 42 and 6A. RGB value is (106,66,106). Sum of RGB (Red+Green+Blue) = 106+66+106=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426A is #95BD95. Grayscale: #525252. Windows color (decimal): -9813398 or 6963818. OLE color: 6963818.

HSL color Cylindrical-coordinate representation of color #6A426A: 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.38%. Process color model (Four color, CMYK) of #6A426A is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10666106-
CMYK00.3800.58
HSL300º23.26%33.73%-
HSV(B)300º37.74%41.57%-
XYZ10.49814.63-
YUV82.52141.25144.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=38.13%
G=23.74%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066610600.3800.5830023.2633.73
Hex6A426A02603A12c1722
Octal1521021520460724542742
Binary1101010100001011010100100110011101010010110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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