#6D597B

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

Shades of Affair #6D597B

Tints of Affair #6D597B

Color information

#6D597B (or 0x6D597B) is unknown color: approx Affair. HEX triplet: 6D, 59 and 7B. RGB value is (109,89,123). Sum of RGB (Red+Green+Blue) = 109+89+123=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D597B is #92A684. Grayscale: #626262. Windows color (decimal): -9610885 or 8083821. OLE color: 8083821.

HSL color Cylindrical-coordinate representation of color #6D597B: hue angle of 275.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D597B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10989123-
CMYK0.110.2800.52
HSL275.29º16.04%41.57%-
HSV(B)275.29º27.64%48.24%-
XYZ13.4511.8320.31-
YUV98.86141.63135.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=33.96%
G=27.73%
B=38.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109891230.110.2800.52275.2916.0441.57
Hex6D597BB1C034113102a
Octal15513117313340644232052
Binary110110110110011111011101111100011010010001001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,123); }

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

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

 a { background-color: rgb(109,89,123); }

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

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

 span { border-color: rgb(109,89,123); }

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