#684487

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

Shades of Affair #684487

Tints of Affair #684487

Color information

#684487 (or 0x684487) is unknown color: approx Affair. HEX triplet: 68, 44 and 87. RGB value is (104,68,135). Sum of RGB (Red+Green+Blue) = 104+68+135=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #684487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684487 is #97BB78. Grayscale: #565656. Windows color (decimal): -9943929 or 8864872. OLE color: 8864872.

HSL color Cylindrical-coordinate representation of color #684487: hue angle of 272.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684487 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10468135-
CMYK0.230.5000.47
HSL272.24º33%39.8%-
HSV(B)272.24º49.63%52.94%-
XYZ12.158.8323.99-
YUV86.4155.43140.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=33.88%
G=22.15%
B=43.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104681350.230.5000.47272.243339.8
Hex684487173202F1102128
Octal15010420727620574204150
Binary1101000100010010000111101111100100101111100010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684487; }

 p { color: rgb(104,68,135); }

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

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

 a { background-color: rgb(104,68,135); }

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

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

 span { border-color: rgb(104,68,135); }

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