#6A426F

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

Shades of Eminence #6A426F

Tints of Eminence #6A426F

Color information

#6A426F (or 0x6A426F) is unknown color: approx Eminence. HEX triplet: 6A, 42 and 6F. RGB value is (106,66,111). Sum of RGB (Red+Green+Blue) = 106+66+111=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426F is #95BD90. Grayscale: #525252. Windows color (decimal): -9813393 or 7291498. OLE color: 7291498.

HSL color Cylindrical-coordinate representation of color #6A426F: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A426F is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10666111-
CMYK0.050.4100.56
HSL293.33º25.42%34.71%-
HSV(B)293.33º40.54%43.53%-
XYZ10.768.1116.04-
YUV83.09143.75144.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=37.46%
G=23.32%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106661110.050.4100.56293.3325.4234.71
Hex6A426F5290381251923
Octal1521021575510704453143
Binary110101010000101101111101101001011100010010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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