#687C7D

Color #687C7D Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #687C7D

Tints of Blue Bayoux #687C7D

Color information

#687C7D (or 0x687C7D) is unknown color: approx Blue Bayoux. HEX triplet: 68, 7C and 7D. RGB value is (104,124,125). Sum of RGB (Red+Green+Blue) = 104+124+125=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #687C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C7D is #978382. Grayscale: #767676. Windows color (decimal): -9929603 or 8223848. OLE color: 8223848.

HSL color Cylindrical-coordinate representation of color #687C7D: hue angle of 182.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687C7D is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104124125-
CMYK0.170.0100.51
HSL182.86º9.17%44.9%-
HSV(B)182.86º16.8%49.02%-
XYZ16.6218.8422.16-
YUV118.13131.87117.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=29.46%
G=35.13%
B=35.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041241250.170.0100.51182.869.1744.9
Hex687C7D111033b792d
Octal1501741752110632671155
Binary1101000111110011111011000110110011101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #687C7D;
 }
 .AnyTagClassName
 {
   color: #687C7D;
 }
</style>
background-color css

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

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

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

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

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

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