#685477

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

Shades of Affair #685477

Tints of Affair #685477

Color information

#685477 (or 0x685477) is unknown color: approx Affair. HEX triplet: 68, 54 and 77. RGB value is (104,84,119). Sum of RGB (Red+Green+Blue) = 104+84+119=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #685477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685477 is #97AB88. Grayscale: #5D5D5D. Windows color (decimal): -9939849 or 7820392. OLE color: 7820392.

HSL color Cylindrical-coordinate representation of color #685477: hue angle of 274.29º 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 #685477 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10484119-
CMYK0.130.2900.53
HSL274.29º17.24%39.8%-
HSV(B)274.29º29.41%46.67%-
XYZ12.2110.6218.86-
YUV93.97142.13135.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=33.88%
G=27.36%
B=38.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104841190.130.2900.53274.2917.2439.8
Hex685477D1D0351121128
Octal15012416715350654222150
Binary110100010101001110111110111101011010110001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685477; }

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

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

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

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

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

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

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

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