Html Css Color HEX #687E7F Blue Bayoux

📋 copy color: '#687E7F'

red 104 ◦ green 126 ◦ blue 127

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

Shades of Blue Bayoux #687E7F

Tints of Blue Bayoux #687E7F

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 value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687E7F (or 0x687E7F) is known color: 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

RGB 104 126 127 -
CMYK 0.18 0.01 0 0.50
HSL 182.61º 0.1% 0.45% -
HSV(B) 182.61º 0.18% 0.5% -
XYZ 17 19.4 22.93 -
YUV 119.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 104 126 127 0.18 0.01 0 0.50 182.61 0.1 0.45
Hex 68 7E 7F 12 1 0 32 B7 A 2D
Octal 150 176 177 22 1 0 62 267 12 55
Binary 1101000 1111110 1111111 10010 1 0 110010 10110111 1010 101101

Color Harmonies of #687E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E7F

Black with #687E7F

Text Example


Text Example

White with #687E7F

Text Example


Text Example

HTML Codes & Css Web 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>