Html Css Color HEX #687980 Blue Bayoux

📋 copy color: '#687980'

red 104 ◦ green 121 ◦ blue 128

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

Shades of Blue Bayoux #687980

Tints of Blue Bayoux #687980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 29.46%
G = 34.28%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687980 (or 0x687980) is known color: Blue Bayoux. HEX triplet: 68, 79 and 80. RGB value is (104,121,128). Sum of RGB (Red+Green+Blue) = 104+121+128=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #687980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687980 is #97867F. Grayscale: #747474. Windows color (decimal): -9930368 or 8419688. OLE color: 8419688.

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

Color convert

RGB 104 121 128 -
CMYK 0.19 0.05 0 0.50
HSL 197.5º 0.1% 0.45% -
HSV(B) 197.5º 0.19% 0.5% -
XYZ 16.44 18.18 23.06 -
YUV 116.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 104 121 128 0.19 0.05 0 0.50 197.5 0.1 0.45
Hex 68 79 80 13 5 0 32 C6 A 2D
Octal 150 171 200 23 5 0 62 306 12 55
Binary 1101000 1111001 10000000 10011 101 0 110010 11000110 1010 101101

Color Harmonies of #687980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687980

Black with #687980

Text Example


Text Example

White with #687980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687980; }

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

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

background-color css

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

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

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

border-color css

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

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

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