Html Css Color HEX #684080 Affair

📋 copy color: '#684080'

red 104 ◦ green 64 ◦ blue 128

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

Shades of Affair #684080

Tints of Affair #684080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 35.14%
G = 21.62%
B = 43.24%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#684080 (or 0x684080) is known color: Affair. HEX triplet: 68, 40 and 80. RGB value is (104,64,128). Sum of RGB (Red+Green+Blue) = 104+64+128=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #684080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684080 is #97BF7F. Grayscale: #535353. Windows color (decimal): -9944960 or 8405096. OLE color: 8405096.

HSL color Cylindrical-coordinate representation of color #684080: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684080 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 64 128 -
CMYK 0.19 0.5 0 0.50
HSL 277.5º 0.33% 0.38% -
HSV(B) 277.5º 0.5% 0.5% -
XYZ 11.44 8.17 21.4 -
YUV 83.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 104 64 128 0.19 0.5 0 0.50 277.5 0.33 0.38
Hex 68 40 80 13 32 0 32 116 21 26
Octal 150 100 200 23 62 0 62 426 41 46
Binary 1101000 1000000 10000000 10011 110010 0 110010 100010110 100001 100110

Color Harmonies of #684080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684080

Black with #684080

Text Example


Text Example

White with #684080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684080; }

 p { color: rgb(104,64,128); }

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

background-color css

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

 a { background-color: rgb(104,64,128); }

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

border-color css

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

 span { border-color: rgb(104,64,128); }

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