#684980

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

Shades of Affair #684980

Tints of Affair #684980

Color information

#684980 (or 0x684980) is unknown color: approx Affair. HEX triplet: 68, 49 and 80. RGB value is (104,73,128). Sum of RGB (Red+Green+Blue) = 104+73+128=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #684980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684980 is #97B67F. Grayscale: #585858. Windows color (decimal): -9942656 or 8407400. OLE color: 8407400.

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

Color convert

RGB10473128-
CMYK0.190.4300.50
HSL273.82º27.36%39.41%-
HSV(B)273.82º42.97%50.2%-
XYZ11.999.2721.58-
YUV88.54150.27139.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=34.10%
G=23.93%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104731280.190.4300.50273.8227.3639.41
Hex684980132B0321121b27
Octal15011120023530624223347
Binary110100010010011000000010011101011011001010001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684980; }

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

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

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

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

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

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

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

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