#6D3D87

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

Shades of Affair #6D3D87

Tints of Affair #6D3D87

Color information

#6D3D87 (or 0x6D3D87) is unknown color: approx Affair. HEX triplet: 6D, 3D and 87. RGB value is (109,61,135). Sum of RGB (Red+Green+Blue) = 109+61+135=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D3D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D87 is #92C278. Grayscale: #535353. Windows color (decimal): -9618041 or 8863085. OLE color: 8863085.

HSL color Cylindrical-coordinate representation of color #6D3D87: hue angle of 278.92º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3D87 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10961135-
CMYK0.190.5500.47
HSL278.92º37.76%38.43%-
HSV(B)278.92º54.81%52.94%-
XYZ12.358.3423.88-
YUV83.79156.9145.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=35.74%
G=20%
B=44.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109611350.190.5500.47278.9237.7638.43
Hex6D3D87133702F1172626
Octal1557520723670574274646
Binary110110111110110000111100111101110101111100010111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,61,135); }

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

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

 a { background-color: rgb(109,61,135); }

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

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

 span { border-color: rgb(109,61,135); }

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