#6D587C

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

Shades of Affair #6D587C

Tints of Affair #6D587C

Color information

#6D587C (or 0x6D587C) is unknown color: approx Affair. HEX triplet: 6D, 58 and 7C. RGB value is (109,88,124). Sum of RGB (Red+Green+Blue) = 109+88+124=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D587C is #92A783. Grayscale: #626262. Windows color (decimal): -9611140 or 8149101. OLE color: 8149101.

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

Color convert

RGB10988124-
CMYK0.120.2900.51
HSL275º16.98%41.57%-
HSV(B)275º29.03%48.63%-
XYZ13.4311.6920.62-
YUV98.38142.46135.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=33.96%
G=27.41%
B=38.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109881240.120.2900.5127516.9841.57
Hex6D587CC1D033113112a
Octal15513017414350634232152
Binary110110110110001111100110011101011001110001001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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