#6D557C

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

Shades of Affair #6D557C

Tints of Affair #6D557C

Color information

#6D557C (or 0x6D557C) is unknown color: approx Affair. HEX triplet: 6D, 55 and 7C. RGB value is (109,85,124). Sum of RGB (Red+Green+Blue) = 109+85+124=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D557C is #92AA83. Grayscale: #606060. Windows color (decimal): -9611908 or 8148333. OLE color: 8148333.

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

Color convert

RGB10985124-
CMYK0.120.3100.51
HSL276.92º18.66%40.98%-
HSV(B)276.92º31.45%48.63%-
XYZ13.1911.220.54-
YUV96.62143.45136.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=34.28%
G=26.73%
B=38.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109851240.120.3100.51276.9218.6640.98
Hex6D557CC1F0331151329
Octal15512517414370634252351
Binary110110110101011111100110011111011001110001010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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