Html Css Color HEX #684786 Affair

📋 copy color: '#684786'

red 104 ◦ green 71 ◦ blue 134

#684786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #684786

Tints of Affair #684786

RGB

 RED value IS 104 (41.02% from 255) = 33.66%

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 33.66%
G = 22.98%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#684786 (or 0x684786) is known color: Affair. HEX triplet: 68, 47 and 86. RGB value is (104,71,134). Sum of RGB (Red+Green+Blue) = 104+71+134=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #684786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684786 is #97B879. Grayscale: #575757. Windows color (decimal): -9943162 or 8800104. OLE color: 8800104.

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

Color convert

RGB 104 71 134 -
CMYK 0.22 0.47 0 0.47
HSL 271.43º 0.31% 0.4% -
HSV(B) 271.43º 0.47% 0.53% -
XYZ 12.27 9.17 23.68 -
YUV 88.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 104 71 134 0.22 0.47 0 0.47 271.43 0.31 0.4
Hex 68 47 86 16 2F 0 2F 10F 1F 28
Octal 150 107 206 26 57 0 57 417 37 50
Binary 1101000 1000111 10000110 10110 101111 0 101111 100001111 11111 101000

Color Harmonies of #684786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684786

Black with #684786

Text Example


Text Example

White with #684786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684786; }

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

 H1.HeaderClassName
 {
   color: #684786;
 }
 .AnyTagClassName
 {
   color: #684786;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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