#6D4782

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

Shades of Affair #6D4782

Tints of Affair #6D4782

Color information

#6D4782 (or 0x6D4782) is unknown color: approx Affair. HEX triplet: 6D, 47 and 82. RGB value is (109,71,130). Sum of RGB (Red+Green+Blue) = 109+71+130=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4782 is #92B87D. Grayscale: #585858. Windows color (decimal): -9615486 or 8537965. OLE color: 8537965.

HSL color Cylindrical-coordinate representation of color #6D4782: hue angle of 278.64º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4782 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10971130-
CMYK0.160.4500.49
HSL278.64º29.35%39.41%-
HSV(B)278.64º45.38%50.98%-
XYZ12.599.3722.26-
YUV89.09151.09142.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=35.16%
G=22.90%
B=41.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109711300.160.4500.49278.6429.3539.41
Hex6D4782102D0311171d27
Octal15510720220550614273547
Binary110110110001111000001010000101101011000110001011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,130); }

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

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

 a { background-color: rgb(109,71,130); }

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

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

 span { border-color: rgb(109,71,130); }

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