#684F80

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

Shades of Affair #684F80

Tints of Affair #684F80

Color information

#684F80 (or 0x684F80) is unknown color: approx Affair. HEX triplet: 68, 4F and 80. RGB value is (104,79,128). Sum of RGB (Red+Green+Blue) = 104+79+128=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #684F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F80 is #97B07F. Grayscale: #5B5B5B. Windows color (decimal): -9941120 or 8408936. OLE color: 8408936.

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

Color convert

RGB10479128-
CMYK0.190.3800.50
HSL270.61º23.67%40.59%-
HSV(B)270.61º38.28%50.2%-
XYZ12.410.0921.72-
YUV92.06148.28136.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=33.44%
G=25.40%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104791280.190.3800.50270.6123.6740.59
Hex684F80132603210f1829
Octal15011720023460624173051
Binary110100010011111000000010011100110011001010000111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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