#687E7F

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

Shades of Blue Bayoux #687E7F

Tints of Blue Bayoux #687E7F

Color information

#687E7F (or 0x687E7F) is unknown color: approx Blue Bayoux. HEX triplet: 68, 7E and 7F. RGB value is (104,126,127). Sum of RGB (Red+Green+Blue) = 104+126+127=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #687E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E7F is #978180. Grayscale: #777777. Windows color (decimal): -9929089 or 8355432. OLE color: 8355432.

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

Color convert

RGB104126127-
CMYK0.180.0100.50
HSL182.61º9.96%45.29%-
HSV(B)182.61º18.11%49.8%-
XYZ1719.422.93-
YUV119.54132.21116.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 127 (50% from 255) = 35.57%
R=29.13%
G=35.29%
B=35.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041261270.180.0100.50182.619.9645.29
Hex687E7F121032b7a2d
Octal1501761772210622671255
Binary1101000111111011111111001010110010101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,126,127); }

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

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

 a { background-color: rgb(104,126,127); }

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

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

 span { border-color: rgb(104,126,127); }

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