#6D5583

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

Shades of Affair #6D5583

Tints of Affair #6D5583

Color information

#6D5583 (or 0x6D5583) is unknown color: approx Affair. HEX triplet: 6D, 55 and 83. RGB value is (109,85,131). Sum of RGB (Red+Green+Blue) = 109+85+131=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D5583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5583 is #92AA7C. Grayscale: #616161. Windows color (decimal): -9611901 or 8607085. OLE color: 8607085.

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

Color convert

RGB10985131-
CMYK0.170.3500.49
HSL271.3º21.3%42.35%-
HSV(B)271.3º35.11%51.37%-
XYZ13.6511.3922.95-
YUV97.42146.95136.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=33.54%
G=26.15%
B=40.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109851310.170.3500.49271.321.342.35
Hex6D5583112303110f152a
Octal15512520321430614172552
Binary110110110101011000001110001100011011000110000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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