#684D76

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

Shades of Affair #684D76

Tints of Affair #684D76

Color information

#684D76 (or 0x684D76) is unknown color: approx Affair. HEX triplet: 68, 4D and 76. RGB value is (104,77,118). Sum of RGB (Red+Green+Blue) = 104+77+118=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #684D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D76 is #97B289. Grayscale: #595959. Windows color (decimal): -9941642 or 7753064. OLE color: 7753064.

HSL color Cylindrical-coordinate representation of color #684D76: hue angle of 279.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684D76 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10477118-
CMYK0.120.3500.54
HSL279.51º21.03%38.24%-
HSV(B)279.51º34.75%46.27%-
XYZ11.639.5618.37-
YUV89.75143.95138.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=34.78%
G=25.75%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104771180.120.3500.54279.5121.0338.24
Hex684D76C230361181526
Octal15011516614430664302546
Binary1101000100110111101101100100011011011010001100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D76; }

 p { color: rgb(104,77,118); }

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

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

 a { background-color: rgb(104,77,118); }

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

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

 span { border-color: rgb(104,77,118); }

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