Html Css Color HEX #687D7F Blue Bayoux

📋 copy color: '#687D7F'

red 104 ◦ green 125 ◦ blue 127

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

Shades of Blue Bayoux #687D7F

Tints of Blue Bayoux #687D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 29.21%
G = 35.11%
B = 35.67%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687D7F (or 0x687D7F) is known color: Blue Bayoux. HEX triplet: 68, 7D and 7F. RGB value is (104,125,127). Sum of RGB (Red+Green+Blue) = 104+125+127=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #687D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D7F is #978280. Grayscale: #767676. Windows color (decimal): -9929345 or 8355176. OLE color: 8355176.

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

Color convert

RGB 104 125 127 -
CMYK 0.18 0.02 0 0.50
HSL 185.22º 0.1% 0.45% -
HSV(B) 185.22º 0.18% 0.5% -
XYZ 16.87 19.14 22.88 -
YUV 118.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 104 125 127 0.18 0.02 0 0.50 185.22 0.1 0.45
Hex 68 7D 7F 12 2 0 32 B9 A 2D
Octal 150 175 177 22 2 0 62 271 12 55
Binary 1101000 1111101 1111111 10010 10 0 110010 10111001 1010 101101

Color Harmonies of #687D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D7F

Black with #687D7F

Text Example


Text Example

White with #687D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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