#6D5A7C

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

Shades of Affair #6D5A7C

Tints of Affair #6D5A7C

Color information

#6D5A7C (or 0x6D5A7C) is unknown color: approx Affair. HEX triplet: 6D, 5A and 7C. RGB value is (109,90,124). Sum of RGB (Red+Green+Blue) = 109+90+124=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D5A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A7C is #92A583. Grayscale: #636363. Windows color (decimal): -9610628 or 8149613. OLE color: 8149613.

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

Color convert

RGB10990124-
CMYK0.120.2700.51
HSL273.53º15.89%41.96%-
HSV(B)273.53º27.42%48.63%-
XYZ13.612.0220.67-
YUV99.56141.79134.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.75%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=33.75%
G=27.86%
B=38.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109901240.120.2700.51273.5315.8941.96
Hex6D5A7CC1B033112102a
Octal15513217414330634222052
Binary110110110110101111100110011011011001110001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,124); }

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

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

 a { background-color: rgb(109,90,124); }

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

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

 span { border-color: rgb(109,90,124); }

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