#6C5677

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

Shades of Affair #6C5677

Tints of Affair #6C5677

Color information

#6C5677 (or 0x6C5677) is unknown color: approx Affair. HEX triplet: 6C, 56 and 77. RGB value is (108,86,119). Sum of RGB (Red+Green+Blue) = 108+86+119=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 86 (33.98% from 255 or 27.48% 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 #6C5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5677 is #93A988. Grayscale: #606060. Windows color (decimal): -9677193 or 7820908. OLE color: 7820908.

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

Color convert

RGB10886119-
CMYK0.090.2800.53
HSL280º16.1%40.2%-
HSV(B)280º27.73%46.67%-
XYZ12.8411.1818.93-
YUV96.34140.79136.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=34.50%
G=27.48%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108861190.090.2800.5328016.140.2
Hex6C567791C0351181028
Octal15412616711340654302050
Binary110110010101101110111100111100011010110001100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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