#6B496C

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

Shades of Eminence #6B496C

Tints of Eminence #6B496C

Color information

#6B496C (or 0x6B496C) is unknown color: approx Eminence. HEX triplet: 6B, 49 and 6C. RGB value is (107,73,108). Sum of RGB (Red+Green+Blue) = 107+73+108=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B496C is #94B693. Grayscale: #575757. Windows color (decimal): -9746068 or 7096683. OLE color: 7096683.

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

Color convert

RGB10773108-
CMYK0.010.3200.58
HSL298.29º19.34%35.49%-
HSV(B)298.29º32.41%42.35%-
XYZ11.158.9715.33-
YUV87.16139.76142.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=37.15%
G=25.35%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107731080.010.3200.58298.2919.3435.49
Hex6B496C12003A12a1323
Octal1531111541400724522343
Binary1101011100100111011001100000011101010010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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