#6D4282

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

Shades of Affair #6D4282

Tints of Affair #6D4282

Color information

#6D4282 (or 0x6D4282) is unknown color: approx Affair. HEX triplet: 6D, 42 and 82. RGB value is (109,66,130). Sum of RGB (Red+Green+Blue) = 109+66+130=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D4282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4282 is #92BD7D. Grayscale: #555555. Windows color (decimal): -9616766 or 8536685. OLE color: 8536685.

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

Color convert

RGB10966130-
CMYK0.160.4900.49
HSL280.31º32.65%38.43%-
HSV(B)280.31º49.23%50.98%-
XYZ12.288.7622.16-
YUV86.15152.75144.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=35.74%
G=21.64%
B=42.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109661300.160.4900.49280.3132.6538.43
Hex6D428210310311182126
Octal15510220220610614304146
Binary1101101100001010000010100001100010110001100011000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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