#684782

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

Shades of Affair #684782

Tints of Affair #684782

Color information

#684782 (or 0x684782) is unknown color: approx Affair. HEX triplet: 68, 47 and 82. RGB value is (104,71,130). Sum of RGB (Red+Green+Blue) = 104+71+130=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #684782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684782 is #97B87D. Grayscale: #575757. Windows color (decimal): -9943166 or 8537960. OLE color: 8537960.

HSL color Cylindrical-coordinate representation of color #684782: hue angle of 273.56º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684782 is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10471130-
CMYK0.20.4500.49
HSL273.56º29.35%39.41%-
HSV(B)273.56º45.38%50.98%-
XYZ11.999.0622.24-
YUV87.59151.93139.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=34.10%
G=23.28%
B=42.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104711300.20.4500.49273.5629.3539.41
Hex684782142D0311121d27
Octal15010720224550614223547
Binary110100010001111000001010100101101011000110001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684782; }

 p { color: rgb(104,71,130); }

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

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

 a { background-color: rgb(104,71,130); }

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

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

 span { border-color: rgb(104,71,130); }

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