#6E5678

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

Shades of Affair #6E5678

Tints of Affair #6E5678

Color information

#6E5678 (or 0x6E5678) is unknown color: approx Affair. HEX triplet: 6E, 56 and 78. RGB value is (110,86,120). Sum of RGB (Red+Green+Blue) = 110+86+120=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5678 is #91A987. Grayscale: #606060. Windows color (decimal): -9546120 or 7886446. OLE color: 7886446.

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

Color convert

RGB11086120-
CMYK0.080.2800.53
HSL282.35º16.5%40.39%-
HSV(B)282.35º28.33%47.06%-
XYZ13.1511.3319.26-
YUV97.05140.95137.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=34.81%
G=27.22%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110861200.080.2800.53282.3516.540.39
Hex6E567881C03511a1128
Octal15612617010340654322150
Binary110111010101101111000100011100011010110001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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