#6D4484

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

Shades of Affair #6D4484

Tints of Affair #6D4484

Color information

#6D4484 (or 0x6D4484) is unknown color: approx Affair. HEX triplet: 6D, 44 and 84. RGB value is (109,68,132). Sum of RGB (Red+Green+Blue) = 109+68+132=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D4484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4484 is #92BB7B. Grayscale: #575757. Windows color (decimal): -9616252 or 8668269. OLE color: 8668269.

HSL color Cylindrical-coordinate representation of color #6D4484: hue angle of 278.44º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D4484 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10968132-
CMYK0.170.4800.48
HSL278.44º32%39.22%-
HSV(B)278.44º48.48%51.76%-
XYZ12.549.0522.92-
YUV87.56153.08143.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=35.28%
G=22.01%
B=42.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109681320.170.4800.48278.443239.22
Hex6D448411300301162027
Octal15510420421600604264047
Binary1101101100010010000100100011100000110000100010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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