#6E5478

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

Shades of Affair #6E5478

Tints of Affair #6E5478

Color information

#6E5478 (or 0x6E5478) is unknown color: approx Affair. HEX triplet: 6E, 54 and 78. RGB value is (110,84,120). Sum of RGB (Red+Green+Blue) = 110+84+120=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5478 is #91AB87. Grayscale: #5F5F5F. Windows color (decimal): -9546632 or 7885934. OLE color: 7885934.

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

Color convert

RGB11084120-
CMYK0.080.300.53
HSL283.33º17.65%40%-
HSV(B)283.33º30%47.06%-
XYZ12.9911.0119.21-
YUV95.88141.61138.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=35.03%
G=26.75%
B=38.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110841200.080.300.53283.3317.6540
Hex6E547881E03511b1228
Octal15612417010360654332250
Binary110111010101001111000100011110011010110001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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