#684785

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

Shades of Affair #684785

Tints of Affair #684785

Color information

#684785 (or 0x684785) is unknown color: approx Affair. HEX triplet: 68, 47 and 85. RGB value is (104,71,133). Sum of RGB (Red+Green+Blue) = 104+71+133=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #684785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684785 is #97B87A. Grayscale: #575757. Windows color (decimal): -9943163 or 8734568. OLE color: 8734568.

HSL color Cylindrical-coordinate representation of color #684785: hue angle of 271.94º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #684785 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10471133-
CMYK0.220.4700.48
HSL271.94º30.39%40%-
HSV(B)271.94º46.62%52.16%-
XYZ12.29.1423.31-
YUV87.94153.43139.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=33.77%
G=23.05%
B=43.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104711330.220.4700.48271.9430.3940
Hex684785162F0301101e28
Octal15010720526570604203650
Binary110100010001111000010110110101111011000010001000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684785; }

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

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

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

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

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

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

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

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