#6C4989

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

Shades of Affair #6C4989

Tints of Affair #6C4989

Color information

#6C4989 (or 0x6C4989) is unknown color: approx Affair. HEX triplet: 6C, 49 and 89. RGB value is (108,73,137). Sum of RGB (Red+Green+Blue) = 108+73+137=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C4989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4989 is #93B676. Grayscale: #5A5A5A. Windows color (decimal): -9680503 or 8997228. OLE color: 8997228.

HSL color Cylindrical-coordinate representation of color #6C4989: hue angle of 272.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C4989 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10873137-
CMYK0.210.4700.46
HSL272.81º30.48%41.18%-
HSV(B)272.81º46.72%53.73%-
XYZ13.089.7624.86-
YUV90.76154.1140.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=33.96%
G=22.96%
B=43.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108731370.210.4700.46272.8130.4841.18
Hex6C4989152F02E1111e29
Octal15411121125570564213651
Binary110110010010011000100110101101111010111010001000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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