#6D3D8D

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

Shades of Affair #6D3D8D

Tints of Affair #6D3D8D

Color information

#6D3D8D (or 0x6D3D8D) is unknown color: approx Affair. HEX triplet: 6D, 3D and 8D. RGB value is (109,61,141). Sum of RGB (Red+Green+Blue) = 109+61+141=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D3D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D8D is #92C272. Grayscale: #545454. Windows color (decimal): -9618035 or 9256301. OLE color: 9256301.

HSL color Cylindrical-coordinate representation of color #6D3D8D: hue angle of 276º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D3D8D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10961141-
CMYK0.230.5700.45
HSL276º39.6%39.61%-
HSV(B)276º56.74%55.29%-
XYZ12.788.5126.17-
YUV84.47159.9145.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=35.05%
G=19.61%
B=45.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109611410.230.5700.4527639.639.61
Hex6D3D8D173902D1142828
Octal1557521527710554245050
Binary110110111110110001101101111110010101101100010100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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