#6E5784

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

Shades of Affair #6E5784

Tints of Affair #6E5784

Color information

#6E5784 (or 0x6E5784) is unknown color: approx Affair. HEX triplet: 6E, 57 and 84. RGB value is (110,87,132). Sum of RGB (Red+Green+Blue) = 110+87+132=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E5784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5784 is #91A87B. Grayscale: #626262. Windows color (decimal): -9545852 or 8673134. OLE color: 8673134.

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

Color convert

RGB11087132-
CMYK0.170.3400.48
HSL270.67º20.55%42.94%-
HSV(B)270.67º34.09%51.76%-
XYZ1411.823.37-
YUV99.01146.62135.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=33.43%
G=26.44%
B=40.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110871320.170.3400.48270.6720.5542.94
Hex6E5784112203010f152b
Octal15612720421420604172553
Binary110111010101111000010010001100010011000010000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,87,132); }

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

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

 a { background-color: rgb(110,87,132); }

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

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

 span { border-color: rgb(110,87,132); }

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