#6E5185

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

Shades of Affair #6E5185

Tints of Affair #6E5185

Color information

#6E5185 (or 0x6E5185) is unknown color: approx Affair. HEX triplet: 6E, 51 and 85. RGB value is (110,81,133). Sum of RGB (Red+Green+Blue) = 110+81+133=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5185 is #91AE7A. Grayscale: #5F5F5F. Windows color (decimal): -9547387 or 8737134. OLE color: 8737134.

HSL color Cylindrical-coordinate representation of color #6E5185: hue angle of 273.46º 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 #6E5185 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11081133-
CMYK0.170.3900.48
HSL273.46º24.3%41.96%-
HSV(B)273.46º39.1%52.16%-
XYZ13.6110.8923.58-
YUV95.6149.11138.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=33.95%
G=25%
B=41.05%

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
Decimal110811330.170.3900.48273.4624.341.96
Hex6E51851127030111182a
Octal15612120521470604213052
Binary110111010100011000010110001100111011000010001000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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