#6D5483

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

Shades of Affair #6D5483

Tints of Affair #6D5483

Color information

#6D5483 (or 0x6D5483) is unknown color: approx Affair. HEX triplet: 6D, 54 and 83. RGB value is (109,84,131). Sum of RGB (Red+Green+Blue) = 109+84+131=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5483 is #92AB7C. Grayscale: #606060. Windows color (decimal): -9612157 or 8606829. OLE color: 8606829.

HSL color Cylindrical-coordinate representation of color #6D5483: hue angle of 271.91º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D5483 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10984131-
CMYK0.170.3600.49
HSL271.91º21.86%42.16%-
HSV(B)271.91º35.88%51.37%-
XYZ13.5711.2322.93-
YUV96.83147.28136.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=33.64%
G=25.93%
B=40.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109841310.170.3600.49271.9121.8642.16
Hex6D54831124031110162a
Octal15512420321440614202652
Binary110110110101001000001110001100100011000110001000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,131); }

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

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

 a { background-color: rgb(109,84,131); }

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

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

 span { border-color: rgb(109,84,131); }

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