#687A7D

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

Shades of Blue Bayoux #687A7D

Tints of Blue Bayoux #687A7D

Color information

#687A7D (or 0x687A7D) is unknown color: approx Blue Bayoux. HEX triplet: 68, 7A and 7D. RGB value is (104,122,125). Sum of RGB (Red+Green+Blue) = 104+122+125=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #687A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A7D is #978582. Grayscale: #747474. Windows color (decimal): -9930115 or 8223336. OLE color: 8223336.

HSL color Cylindrical-coordinate representation of color #687A7D: hue angle of 188.57º 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 #687A7D is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104122125-
CMYK0.170.0200.51
HSL188.57º9.17%44.9%-
HSV(B)188.57º16.8%49.02%-
XYZ16.3718.3422.08-
YUV116.96132.54118.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=29.63%
G=34.76%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041221250.170.0200.51188.579.1744.9
Hex687A7D112033bd92d
Octal1501721752120632751155
Binary11010001111010111110110001100110011101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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