#6D4489

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

Shades of Affair #6D4489

Tints of Affair #6D4489

Color information

#6D4489 (or 0x6D4489) is unknown color: approx Affair. HEX triplet: 6D, 44 and 89. RGB value is (109,68,137). Sum of RGB (Red+Green+Blue) = 109+68+137=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D4489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4489 is #92BB76. Grayscale: #575757. Windows color (decimal): -9616247 or 8995949. OLE color: 8995949.

HSL color Cylindrical-coordinate representation of color #6D4489: hue angle of 275.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4489 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10968137-
CMYK0.200.5000.46
HSL275.65º33.66%40.2%-
HSV(B)275.65º50.36%53.73%-
XYZ12.899.1924.76-
YUV88.12155.58142.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=34.71%
G=21.66%
B=43.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109681370.200.5000.46275.6533.6640.2
Hex6D4489143202E1142228
Octal15510421124620564244250
Binary1101101100010010001001101001100100101110100010100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,137); }

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

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

 a { background-color: rgb(109,68,137); }

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

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

 span { border-color: rgb(109,68,137); }

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