#6A4867

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

Shades of Eminence #6A4867

Tints of Eminence #6A4867

Color information

#6A4867 (or 0x6A4867) is unknown color: approx Eminence. HEX triplet: 6A, 48 and 67. RGB value is (106,72,103). Sum of RGB (Red+Green+Blue) = 106+72+103=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4867 is #95B798. Grayscale: #555555. Windows color (decimal): -9811865 or 6768746. OLE color: 6768746.

HSL color Cylindrical-coordinate representation of color #6A4867: hue angle of 305.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4867 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10672103-
CMYK00.320.030.58
HSL305.29º19.1%34.9%-
HSV(B)305.29º32.08%41.57%-
XYZ10.718.6813.94-
YUV85.7137.76142.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=37.72%
G=25.62%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1067210300.320.030.58305.2919.134.9
Hex6A486702033A1311323
Octal1521101470403724612343
Binary11010101001000110011101000001111101010011000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,103); }

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

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

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

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

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

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

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