Html Css Color HEX #687477 Blue Bayoux

📋 copy color: '#687477'

red 104 ◦ green 116 ◦ blue 119

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

Shades of Blue Bayoux #687477

Tints of Blue Bayoux #687477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 30.68%
G = 34.22%
B = 35.1%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687477 (or 0x687477) is known color: Blue Bayoux. HEX triplet: 68, 74 and 77. RGB value is (104,116,119). Sum of RGB (Red+Green+Blue) = 104+116+119=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #687477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687477 is #978B88. Grayscale: #707070. Windows color (decimal): -9931657 or 7828584. OLE color: 7828584.

HSL color Cylindrical-coordinate representation of color #687477: hue angle of 192º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687477 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 116 119 -
CMYK 0.13 0.03 0 0.53
HSL 192º 0.07% 0.44% -
HSV(B) 192º 0.13% 0.47% -
XYZ 15.28 16.77 19.88 -
YUV 112.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 104 116 119 0.13 0.03 0 0.53 192 0.07 0.44
Hex 68 74 77 D 3 0 35 C0 7 2C
Octal 150 164 167 15 3 0 65 300 7 54
Binary 1101000 1110100 1110111 1101 11 0 110101 11000000 111 101100

Color Harmonies of #687477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687477

Black with #687477

Text Example


Text Example

White with #687477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687477; }

 p { color: rgb(104,116,119); }

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

background-color css

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

 a { background-color: rgb(104,116,119); }

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

border-color css

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

 span { border-color: rgb(104,116,119); }

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