#6E4988

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

Shades of Affair #6E4988

Tints of Affair #6E4988

Color information

#6E4988 (or 0x6E4988) is unknown color: approx Affair. HEX triplet: 6E, 49 and 88. RGB value is (110,73,136). Sum of RGB (Red+Green+Blue) = 110+73+136=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4988 is #91B677. Grayscale: #5B5B5B. Windows color (decimal): -9549432 or 8931694. OLE color: 8931694.

HSL color Cylindrical-coordinate representation of color #6E4988: hue angle of 275.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E4988 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11073136-
CMYK0.190.4600.47
HSL275.24º30.14%40.98%-
HSV(B)275.24º46.32%53.33%-
XYZ13.269.8624.5-
YUV91.24153.26141.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=34.48%
G=22.88%
B=42.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110731360.190.4600.47275.2430.1440.98
Hex6E4988132E02F1131e29
Octal15611121023560574233651
Binary110111010010011000100010011101110010111110001001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,136); }

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

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

 a { background-color: rgb(110,73,136); }

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

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

 span { border-color: rgb(110,73,136); }

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