Html Css Color HEX #684977 Affair

📋 copy color: '#684977'

red 104 ◦ green 73 ◦ blue 119

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

Shades of Affair #684977

Tints of Affair #684977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 35.14%
G = 24.66%
B = 40.2%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#684977 (or 0x684977) is known color: Affair. HEX triplet: 68, 49 and 77. RGB value is (104,73,119). Sum of RGB (Red+Green+Blue) = 104+73+119=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #684977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684977 is #97B688. Grayscale: #575757. Windows color (decimal): -9942665 or 7817576. OLE color: 7817576.

HSL color Cylindrical-coordinate representation of color #684977: hue angle of 280.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684977 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 73 119 -
CMYK 0.13 0.39 0 0.53
HSL 280.43º 0.24% 0.38% -
HSV(B) 280.43º 0.39% 0.47% -
XYZ 11.42 9.04 18.6 -
YUV 87.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 104 73 119 0.13 0.39 0 0.53 280.43 0.24 0.38
Hex 68 49 77 D 27 0 35 118 18 26
Octal 150 111 167 15 47 0 65 430 30 46
Binary 1101000 1001001 1110111 1101 100111 0 110101 100011000 11000 100110

Color Harmonies of #684977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684977

Black with #684977

Text Example


Text Example

White with #684977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684977; }

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

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

background-color css

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

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

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

border-color css

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

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

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