#687579

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

Shades of Blue Bayoux #687579

Tints of Blue Bayoux #687579

Color information

#687579 (or 0x687579) is unknown color: approx Blue Bayoux. HEX triplet: 68, 75 and 79. RGB value is (104,117,121). Sum of RGB (Red+Green+Blue) = 104+117+121=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #687579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687579 is #978A86. Grayscale: #717171. Windows color (decimal): -9931399 or 7959912. OLE color: 7959912.

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

Color convert

RGB104117121-
CMYK0.140.0300.53
HSL194.12º7.56%44.12%-
HSV(B)194.12º14.05%47.45%-
XYZ15.5217.0520.56-
YUV113.57132.19121.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=30.41%
G=34.21%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041171210.140.0300.53194.127.5644.12
Hex687579E3035c282c
Octal1501651711630653021054
Binary1101000111010111110011110110110101110000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687579; }

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

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

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

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

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

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

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

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