Html Css Color HEX #684979 Affair

📋 copy color: '#684979'

red 104 ◦ green 73 ◦ blue 121

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

Shades of Affair #684979

Tints of Affair #684979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 34.9%
G = 24.5%
B = 40.6%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#684979 (or 0x684979) is known color: Affair. HEX triplet: 68, 49 and 79. RGB value is (104,73,121). Sum of RGB (Red+Green+Blue) = 104+73+121=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #684979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684979 is #97B686. Grayscale: #575757. Windows color (decimal): -9942663 or 7948648. OLE color: 7948648.

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

Color convert

RGB 104 73 121 -
CMYK 0.14 0.40 0 0.53
HSL 278.75º 0.25% 0.38% -
HSV(B) 278.75º 0.4% 0.47% -
XYZ 11.54 9.09 19.24 -
YUV 87.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 104 73 121 0.14 0.40 0 0.53 278.75 0.25 0.38
Hex 68 49 79 E 28 0 35 117 19 26
Octal 150 111 171 16 50 0 65 427 31 46
Binary 1101000 1001001 1111001 1110 101000 0 110101 100010111 11001 100110

Color Harmonies of #684979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684979

Black with #684979

Text Example


Text Example

White with #684979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684979; }

 p { color: rgb(104,73,121); }

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

background-color css

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

 a { background-color: rgb(104,73,121); }

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

border-color css

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

 span { border-color: rgb(104,73,121); }

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