Html Css Color HEX #687C80 Blue Bayoux

📋 copy color: '#687C80'

red 104 ◦ green 124 ◦ blue 128

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

Shades of Blue Bayoux #687C80

Tints of Blue Bayoux #687C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

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

R = 29.21%
G = 34.83%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687C80 (or 0x687C80) is known color: Blue Bayoux. HEX triplet: 68, 7C and 80. RGB value is (104,124,128). Sum of RGB (Red+Green+Blue) = 104+124+128=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 128 - color contains mainly: blue. Hex color #687C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C80 is #97837F. Grayscale: #767676. Windows color (decimal): -9929600 or 8420456. OLE color: 8420456.

HSL color Cylindrical-coordinate representation of color #687C80: hue angle of 190º 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 #687C80 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 124 128 -
CMYK 0.19 0.03 0 0.50
HSL 190º 0.1% 0.45% -
HSV(B) 190º 0.19% 0.5% -
XYZ 16.81 18.92 23.19 -
YUV 118.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 104 124 128 0.19 0.03 0 0.50 190 0.1 0.45
Hex 68 7C 80 13 3 0 32 BE A 2D
Octal 150 174 200 23 3 0 62 276 12 55
Binary 1101000 1111100 10000000 10011 11 0 110010 10111110 1010 101101

Color Harmonies of #687C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C80

Black with #687C80

Text Example


Text Example

White with #687C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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