#6E5685

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

Shades of Affair #6E5685

Tints of Affair #6E5685

Color information

#6E5685 (or 0x6E5685) is unknown color: approx Affair. HEX triplet: 6E, 56 and 85. RGB value is (110,86,133). Sum of RGB (Red+Green+Blue) = 110+86+133=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E5685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5685 is #91A97A. Grayscale: #626262. Windows color (decimal): -9546107 or 8738414. OLE color: 8738414.

HSL color Cylindrical-coordinate representation of color #6E5685: hue angle of 270.64º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E5685 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11086133-
CMYK0.170.3500.48
HSL270.64º21.46%42.94%-
HSV(B)270.64º35.34%52.16%-
XYZ13.9911.6623.7-
YUV98.53147.45136.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=33.43%
G=26.14%
B=40.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110861330.170.3500.48270.6421.4642.94
Hex6E5685112303010f152b
Octal15612620521430604172553
Binary110111010101101000010110001100011011000010000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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