#6D3A87

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

Shades of Affair #6D3A87

Tints of Affair #6D3A87

Color information

#6D3A87 (or 0x6D3A87) is unknown color: approx Affair. HEX triplet: 6D, 3A and 87. RGB value is (109,58,135). Sum of RGB (Red+Green+Blue) = 109+58+135=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D3A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3A87 is #92C578. Grayscale: #515151. Windows color (decimal): -9618809 or 8862317. OLE color: 8862317.

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

Color convert

RGB10958135-
CMYK0.190.5700.47
HSL279.74º39.9%37.84%-
HSV(B)279.74º57.04%52.94%-
XYZ12.198.0323.83-
YUV82.03157.9147.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=36.09%
G=19.21%
B=44.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109581350.190.5700.47279.7439.937.84
Hex6D3A87133902F1182826
Octal1557220723710574305046
Binary110110111101010000111100111110010101111100011000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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