#6A496C

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

Shades of Eminence #6A496C

Tints of Eminence #6A496C

Color information

#6A496C (or 0x6A496C) is unknown color: approx Eminence. HEX triplet: 6A, 49 and 6C. RGB value is (106,73,108). Sum of RGB (Red+Green+Blue) = 106+73+108=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A496C is #95B693. Grayscale: #565656. Windows color (decimal): -9811604 or 7096682. OLE color: 7096682.

HSL color Cylindrical-coordinate representation of color #6A496C: hue angle of 296.57º 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 #6A496C is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10673108-
CMYK0.020.3200.58
HSL296.57º19.34%35.49%-
HSV(B)296.57º32.41%42.35%-
XYZ11.038.9115.33-
YUV86.86139.93141.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=36.93%
G=25.44%
B=37.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106731080.020.3200.58296.5719.3435.49
Hex6A496C22003A1291323
Octal1521111542400724512343
Binary11010101001001110110010100000011101010010100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,108); }

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

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

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

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

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

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

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