#6D557B

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

Shades of Affair #6D557B

Tints of Affair #6D557B

Color information

#6D557B (or 0x6D557B) is unknown color: approx Affair. HEX triplet: 6D, 55 and 7B. RGB value is (109,85,123). Sum of RGB (Red+Green+Blue) = 109+85+123=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D557B is #92AA84. Grayscale: #606060. Windows color (decimal): -9611909 or 8082797. OLE color: 8082797.

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

Color convert

RGB10985123-
CMYK0.110.3100.52
HSL277.89º18.27%40.78%-
HSV(B)277.89º30.89%48.24%-
XYZ13.1311.1820.2-
YUV96.51142.95136.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=34.38%
G=26.81%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109851230.110.3100.52277.8918.2740.78
Hex6D557BB1F0341161229
Octal15512517313370644262251
Binary110110110101011111011101111111011010010001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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