#6D4785

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

Shades of Affair #6D4785

Tints of Affair #6D4785

Color information

#6D4785 (or 0x6D4785) is unknown color: approx Affair. HEX triplet: 6D, 47 and 85. RGB value is (109,71,133). Sum of RGB (Red+Green+Blue) = 109+71+133=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D4785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4785 is #92B87A. Grayscale: #595959. Windows color (decimal): -9615483 or 8734573. OLE color: 8734573.

HSL color Cylindrical-coordinate representation of color #6D4785: hue angle of 276.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D4785 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10971133-
CMYK0.180.4700.48
HSL276.77º30.39%40%-
HSV(B)276.77º46.62%52.16%-
XYZ12.799.4523.34-
YUV89.43152.59141.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=34.82%
G=22.68%
B=42.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109711330.180.4700.48276.7730.3940
Hex6D4785122F0301151e28
Octal15510720522570604253650
Binary110110110001111000010110010101111011000010001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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