#6E5184

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

Shades of Affair #6E5184

Tints of Affair #6E5184

Color information

#6E5184 (or 0x6E5184) is unknown color: approx Affair. HEX triplet: 6E, 51 and 84. RGB value is (110,81,132). Sum of RGB (Red+Green+Blue) = 110+81+132=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E5184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5184 is #91AE7B. Grayscale: #5F5F5F. Windows color (decimal): -9547388 or 8671598. OLE color: 8671598.

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

Color convert

RGB11081132-
CMYK0.170.3900.48
HSL274.12º23.94%41.76%-
HSV(B)274.12º38.64%51.76%-
XYZ13.5410.8723.21-
YUV95.48148.61138.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=34.06%
G=25.08%
B=40.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110811320.170.3900.48274.1223.9441.76
Hex6E51841127030112182a
Octal15612120421470604223052
Binary110111010100011000010010001100111011000010001001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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