#6e5477

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

Shades of Affair #6E5477

Tints of Affair #6E5477

Color information

#6E5477 (or 0x6E5477) is unknown color: approx Affair. HEX triplet: 6E, 54 and 77. RGB value is (110,84,119). Sum of RGB (Red+Green+Blue) = 110+84+119=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5477 is #91AB88. Grayscale: #5F5F5F. Windows color (decimal): -9546633 or 7820398. OLE color: 7820398.

HSL color Cylindrical-coordinate representation of color #6E5477: hue angle of 284.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E5477 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11084119-
CMYK0.080.2900.53
HSL284.57º17.24%39.8%-
HSV(B)284.57º29.41%46.67%-
XYZ12.9310.9918.89-
YUV95.76141.11138.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=35.14%
G=26.84%
B=38.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110841190.080.2900.53284.5717.2439.8
Hex6E547781D03511d1128
Octal15612416710350654352150
Binary110111010101001110111100011101011010110001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,119); }

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

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

 a { background-color: rgb(110,84,119); }

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

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

 span { border-color: rgb(110,84,119); }

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