Html Css Color HEX #687C7F Blue Bayoux

📋 copy color: '#687C7F'

red 104 ◦ green 124 ◦ blue 127

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

Shades of Blue Bayoux #687C7F

Tints of Blue Bayoux #687C7F

RGB

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

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

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

R = 29.3%
G = 34.93%
B = 35.77%

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

#687C7F (or 0x687C7F) is known color: Blue Bayoux. HEX triplet: 68, 7C and 7F. RGB value is (104,124,127). Sum of RGB (Red+Green+Blue) = 104+124+127=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #687C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C7F is #978380. Grayscale: #767676. Windows color (decimal): -9929601 or 8354920. OLE color: 8354920.

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

Color convert

RGB 104 124 127 -
CMYK 0.18 0.02 0 0.50
HSL 187.83º 0.1% 0.45% -
HSV(B) 187.83º 0.18% 0.5% -
XYZ 16.75 18.89 22.84 -
YUV 118.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 104 124 127 0.18 0.02 0 0.50 187.83 0.1 0.45
Hex 68 7C 7F 12 2 0 32 BC A 2D
Octal 150 174 177 22 2 0 62 274 12 55
Binary 1101000 1111100 1111111 10010 10 0 110010 10111100 1010 101101

Color Harmonies of #687C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C7F

Black with #687C7F

Text Example


Text Example

White with #687C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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