Html Css Color HEX #687479 Blue Bayoux

📋 copy color: '#687479'

red 104 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #687479

Tints of Blue Bayoux #687479

RGB

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

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

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

R = 30.5%
G = 34.02%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687479 (or 0x687479) is known color: Blue Bayoux. HEX triplet: 68, 74 and 79. RGB value is (104,116,121). Sum of RGB (Red+Green+Blue) = 104+116+121=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #687479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687479 is #978B86. Grayscale: #707070. Windows color (decimal): -9931655 or 7959656. OLE color: 7959656.

HSL color Cylindrical-coordinate representation of color #687479: hue angle of 197.65º 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 #687479 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 116 121 -
CMYK 0.14 0.04 0 0.53
HSL 197.65º 0.08% 0.44% -
HSV(B) 197.65º 0.14% 0.47% -
XYZ 15.41 16.81 20.52 -
YUV 112.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 104 116 121 0.14 0.04 0 0.53 197.65 0.08 0.44
Hex 68 74 79 E 4 0 35 C6 8 2C
Octal 150 164 171 16 4 0 65 306 10 54
Binary 1101000 1110100 1111001 1110 100 0 110101 11000110 1000 101100

Color Harmonies of #687479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687479

Black with #687479

Text Example


Text Example

White with #687479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687479; }

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

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

background-color css

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

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

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

border-color css

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

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

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