#6D4081

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

Shades of Affair #6D4081

Tints of Affair #6D4081

Color information

#6D4081 (or 0x6D4081) is unknown color: approx Affair. HEX triplet: 6D, 40 and 81. RGB value is (109,64,129). Sum of RGB (Red+Green+Blue) = 109+64+129=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4081 is #92BF7E. Grayscale: #545454. Windows color (decimal): -9617279 or 8470637. OLE color: 8470637.

HSL color Cylindrical-coordinate representation of color #6D4081: hue angle of 281.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4081 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10964129-
CMYK0.160.5000.49
HSL281.54º33.68%37.84%-
HSV(B)281.54º50.39%50.59%-
XYZ12.18.521.77-
YUV84.86152.91145.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=36.09%
G=21.19%
B=42.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109641290.160.5000.49281.5433.6837.84
Hex6D4081103203111a2226
Octal15510020120620614324246
Binary1101101100000010000001100001100100110001100011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,129); }

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

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

 a { background-color: rgb(109,64,129); }

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

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

 span { border-color: rgb(109,64,129); }

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