Html Css Color HEX #687379 Blue Bayoux

📋 copy color: '#687379'

red 104 ◦ green 115 ◦ blue 121

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

Shades of Blue Bayoux #687379

Tints of Blue Bayoux #687379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 30.59%
G = 33.82%
B = 35.59%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687379 (or 0x687379) is known color: Blue Bayoux. HEX triplet: 68, 73 and 79. RGB value is (104,115,121). Sum of RGB (Red+Green+Blue) = 104+115+121=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 121 - color contains mainly: blue. Hex color #687379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687379 is #978C86. Grayscale: #707070. Windows color (decimal): -9931911 or 7959400. OLE color: 7959400.

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

Color convert

RGB 104 115 121 -
CMYK 0.14 0.05 0 0.53
HSL 201.18º 0.08% 0.44% -
HSV(B) 201.18º 0.14% 0.47% -
XYZ 15.29 16.59 20.48 -
YUV 112.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 104 115 121 0.14 0.05 0 0.53 201.18 0.08 0.44
Hex 68 73 79 E 5 0 35 C9 8 2C
Octal 150 163 171 16 5 0 65 311 10 54
Binary 1101000 1110011 1111001 1110 101 0 110101 11001001 1000 101100

Color Harmonies of #687379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687379

Black with #687379

Text Example


Text Example

White with #687379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687379; }

 p { color: rgb(104,115,121); }

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

background-color css

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

 a { background-color: rgb(104,115,121); }

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

border-color css

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

 span { border-color: rgb(104,115,121); }

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