#684082

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

Shades of Affair #684082

Tints of Affair #684082

Color information

#684082 (or 0x684082) is unknown color: approx Affair. HEX triplet: 68, 40 and 82. RGB value is (104,64,130). Sum of RGB (Red+Green+Blue) = 104+64+130=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #684082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684082 is #97BF7D. Grayscale: #535353. Windows color (decimal): -9944958 or 8536168. OLE color: 8536168.

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

Color convert

RGB10464130-
CMYK0.20.5100.49
HSL276.36º34.02%38.04%-
HSV(B)276.36º50.77%50.98%-
XYZ11.578.2222.1-
YUV83.48154.25142.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=34.90%
G=21.48%
B=43.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104641300.20.5100.49276.3634.0238.04
Hex68408214330311142226
Octal15010020224630614244246
Binary1101000100000010000010101001100110110001100010100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684082; }

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

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

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

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

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

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

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

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