#684E80

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

Shades of Affair #684E80

Tints of Affair #684E80

Color information

#684E80 (or 0x684E80) is unknown color: approx Affair. HEX triplet: 68, 4E and 80. RGB value is (104,78,128). Sum of RGB (Red+Green+Blue) = 104+78+128=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #684E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684E80 is #97B17F. Grayscale: #5B5B5B. Windows color (decimal): -9941376 or 8408680. OLE color: 8408680.

HSL color Cylindrical-coordinate representation of color #684E80: hue angle of 271.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684E80 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10478128-
CMYK0.190.3900.50
HSL271.2º24.27%40.39%-
HSV(B)271.2º39.06%50.2%-
XYZ12.339.9521.69-
YUV91.47148.61136.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=33.55%
G=25.16%
B=41.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104781280.190.3900.50271.224.2740.39
Hex684E80132703210f1828
Octal15011620023470624173050
Binary110100010011101000000010011100111011001010000111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,128); }

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

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

 a { background-color: rgb(104,78,128); }

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

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

 span { border-color: rgb(104,78,128); }

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