#6E5187

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

Shades of Affair #6E5187

Tints of Affair #6E5187

Color information

#6E5187 (or 0x6E5187) is unknown color: approx Affair. HEX triplet: 6E, 51 and 87. RGB value is (110,81,135). Sum of RGB (Red+Green+Blue) = 110+81+135=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5187 is #91AE78. Grayscale: #5F5F5F. Windows color (decimal): -9547385 or 8868206. OLE color: 8868206.

HSL color Cylindrical-coordinate representation of color #6E5187: hue angle of 272.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E5187 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11081135-
CMYK0.190.4000.47
HSL272.22º25%42.35%-
HSV(B)272.22º40%52.94%-
XYZ13.7510.9524.31-
YUV95.83150.11138.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=33.74%
G=24.85%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110811350.190.4000.47272.222542.35
Hex6E5187132802F110192a
Octal15612120723500574203152
Binary110111010100011000011110011101000010111110001000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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