#6A4770

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

Shades of Eminence #6A4770

Tints of Eminence #6A4770

Color information

#6A4770 (or 0x6A4770) is unknown color: approx Eminence. HEX triplet: 6A, 47 and 70. RGB value is (106,71,112). Sum of RGB (Red+Green+Blue) = 106+71+112=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4770 is #95B88F. Grayscale: #565656. Windows color (decimal): -9812112 or 7358314. OLE color: 7358314.

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

Color convert

RGB10671112-
CMYK0.050.3700.56
HSL291.22º22.4%35.88%-
HSV(B)291.22º36.61%43.92%-
XYZ11.128.7416.43-
YUV86.14142.6142.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=36.68%
G=24.57%
B=38.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106711120.050.3700.56291.2222.435.88
Hex6A47705250381231624
Octal1521071605450704432644
Binary110101010001111110000101100101011100010010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,112); }

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

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

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

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

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

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

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