#684784

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

Shades of Affair #684784

Tints of Affair #684784

Color information

#684784 (or 0x684784) is unknown color: approx Affair. HEX triplet: 68, 47 and 84. RGB value is (104,71,132). Sum of RGB (Red+Green+Blue) = 104+71+132=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #684784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684784 is #97B87B. Grayscale: #575757. Windows color (decimal): -9943164 or 8669032. OLE color: 8669032.

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

Color convert

RGB10471132-
CMYK0.210.4600.48
HSL272.46º30.05%39.8%-
HSV(B)272.46º46.21%51.76%-
XYZ12.139.1222.95-
YUV87.82152.93139.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=33.88%
G=23.13%
B=43.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104711320.210.4600.48272.4630.0539.8
Hex684784152E0301101e28
Octal15010720425560604203650
Binary110100010001111000010010101101110011000010001000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684784; }

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

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

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

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

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

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

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

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