#687679

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

Shades of Blue Bayoux #687679

Tints of Blue Bayoux #687679

Color information

#687679 (or 0x687679) is unknown color: approx Blue Bayoux. HEX triplet: 68, 76 and 79. RGB value is (104,118,121). Sum of RGB (Red+Green+Blue) = 104+118+121=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 121 - color contains mainly: blue. Hex color #687679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687679 is #978986. Grayscale: #727272. Windows color (decimal): -9931143 or 7960168. OLE color: 7960168.

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

Color convert

RGB104118121-
CMYK0.140.0200.53
HSL190.59º7.56%44.12%-
HSV(B)190.59º14.05%47.45%-
XYZ15.6417.2820.6-
YUV114.16131.86120.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=30.32%
G=34.40%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041181210.140.0200.53190.597.5644.12
Hex687679E2035bf82c
Octal1501661711620652771054
Binary1101000111011011110011110100110101101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687679; }

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

 H1.HeaderClassName
 {
   color: #687679;
 }
 .AnyTagClassName
 {
   color: #687679;
 }
</style>
background-color css

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

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

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

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

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

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