#684081

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

Shades of Affair #684081

Tints of Affair #684081

Color information

#684081 (or 0x684081) is unknown color: approx Affair. HEX triplet: 68, 40 and 81. RGB value is (104,64,129). Sum of RGB (Red+Green+Blue) = 104+64+129=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #684081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684081 is #97BF7E. Grayscale: #535353. Windows color (decimal): -9944959 or 8470632. OLE color: 8470632.

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

Color convert

RGB10464129-
CMYK0.190.5000.49
HSL276.92º33.68%37.84%-
HSV(B)276.92º50.39%50.59%-
XYZ11.58.1921.74-
YUV83.37153.75142.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=35.02%
G=21.55%
B=43.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104641290.190.5000.49276.9233.6837.84
Hex68408113320311152226
Octal15010020123620614254246
Binary1101000100000010000001100111100100110001100010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684081; }

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

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

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

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

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

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

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

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