#6C5678

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

Shades of Affair #6C5678

Tints of Affair #6C5678

Color information

#6C5678 (or 0x6C5678) is unknown color: approx Affair. HEX triplet: 6C, 56 and 78. RGB value is (108,86,120). Sum of RGB (Red+Green+Blue) = 108+86+120=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 86 (33.98% from 255 or 27.39% 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 #6C5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5678 is #93A987. Grayscale: #606060. Windows color (decimal): -9677192 or 7886444. OLE color: 7886444.

HSL color Cylindrical-coordinate representation of color #6C5678: hue angle of 278.82º 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 #6C5678 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10886120-
CMYK0.100.2800.53
HSL278.82º16.5%40.39%-
HSV(B)278.82º28.33%47.06%-
XYZ12.911.219.25-
YUV96.45141.29136.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=34.39%
G=27.39%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108861200.100.2800.53278.8216.540.39
Hex6C5678A1C0351171128
Octal15412617012340654272150
Binary110110010101101111000101011100011010110001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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