#6A4372

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

Shades of Eminence #6A4372

Tints of Eminence #6A4372

Color information

#6A4372 (or 0x6A4372) is unknown color: approx Eminence. HEX triplet: 6A, 43 and 72. RGB value is (106,67,114). Sum of RGB (Red+Green+Blue) = 106+67+114=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4372 is #95BC8D. Grayscale: #535353. Windows color (decimal): -9813134 or 7488362. OLE color: 7488362.

HSL color Cylindrical-coordinate representation of color #6A4372: hue angle of 289.79º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A4372 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10667114-
CMYK0.070.4100.55
HSL289.79º25.97%35.49%-
HSV(B)289.79º41.23%44.71%-
XYZ10.998.2916.94-
YUV84.02144.92143.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=36.93%
G=23.34%
B=39.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106671140.070.4100.55289.7925.9735.49
Hex6A43727290371221a23
Octal1521031627510674423243
Binary110101010000111110010111101001011011110010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,114); }

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

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

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

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

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

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

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