#6D5387

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

Shades of Affair #6D5387

Tints of Affair #6D5387

Color information

#6D5387 (or 0x6D5387) is unknown color: approx Affair. HEX triplet: 6D, 53 and 87. RGB value is (109,83,135). Sum of RGB (Red+Green+Blue) = 109+83+135=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D5387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5387 is #92AC78. Grayscale: #606060. Windows color (decimal): -9612409 or 8868717. OLE color: 8868717.

HSL color Cylindrical-coordinate representation of color #6D5387: hue angle of 270º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5387 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10983135-
CMYK0.190.3900.47
HSL270º23.85%42.75%-
HSV(B)270º38.52%52.94%-
XYZ13.7711.1924.36-
YUV96.7149.61136.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=33.33%
G=25.38%
B=41.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109831350.190.3900.4727023.8542.75
Hex6D5387132702F10e182b
Octal15512320723470574163053
Binary110110110100111000011110011100111010111110000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,135); }

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

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

 a { background-color: rgb(109,83,135); }

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

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

 span { border-color: rgb(109,83,135); }

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