#6E567C

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

Shades of Affair #6E567C

Tints of Affair #6E567C

Color information

#6E567C (or 0x6E567C) is unknown color: approx Affair. HEX triplet: 6E, 56 and 7C. RGB value is (110,86,124). Sum of RGB (Red+Green+Blue) = 110+86+124=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E567C is #91A983. Grayscale: #616161. Windows color (decimal): -9546116 or 8148590. OLE color: 8148590.

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

Color convert

RGB11086124-
CMYK0.110.3100.51
HSL277.89º18.1%41.18%-
HSV(B)277.89º30.65%48.63%-
XYZ13.411.4320.57-
YUV97.51142.95136.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=34.38%
G=26.88%
B=38.75%

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
Decimal110861240.110.3100.51277.8918.141.18
Hex6E567CB1F0331161229
Octal15612617413370634262251
Binary110111010101101111100101111111011001110001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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