#6E557C

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

Shades of Affair #6E557C

Tints of Affair #6E557C

Color information

#6E557C (or 0x6E557C) is unknown color: approx Affair. HEX triplet: 6E, 55 and 7C. RGB value is (110,85,124). Sum of RGB (Red+Green+Blue) = 110+85+124=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E557C is #91AA83. Grayscale: #606060. Windows color (decimal): -9546372 or 8148334. OLE color: 8148334.

HSL color Cylindrical-coordinate representation of color #6E557C: hue angle of 278.46º 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 #6E557C is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11085124-
CMYK0.110.3100.51
HSL278.46º18.66%40.98%-
HSV(B)278.46º31.45%48.63%-
XYZ13.3211.2720.54-
YUV96.92143.28137.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=34.48%
G=26.65%
B=38.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110851240.110.3100.51278.4618.6640.98
Hex6E557CB1F0331161329
Octal15612517413370634262351
Binary110111010101011111100101111111011001110001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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