#687479

Color #687479 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #687479

Tints of Blue Bayoux #687479

Color information

#687479 (or 0x687479) is unknown color: approx 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

RGB104116121-
CMYK0.140.0400.53
HSL197.65º7.56%44.12%-
HSV(B)197.65º14.05%47.45%-
XYZ15.4116.8120.52-
YUV112.98132.52121.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=30.50%
G=34.02%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041161210.140.0400.53197.657.5644.12
Hex687479E4035c682c
Octal1501641711640653061054
Binary11010001110100111100111101000110101110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>