#687378

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

Shades of Blue Bayoux #687378

Tints of Blue Bayoux #687378

Color information

#687378 (or 0x687378) is unknown color: approx Blue Bayoux. HEX triplet: 68, 73 and 78. RGB value is (104,115,120). Sum of RGB (Red+Green+Blue) = 104+115+120=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #687378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687378 is #978C87. Grayscale: #707070. Windows color (decimal): -9931912 or 7893864. OLE color: 7893864.

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

Color convert

RGB104115120-
CMYK0.130.0400.53
HSL198.75º7.14%43.92%-
HSV(B)198.75º13.33%47.06%-
XYZ15.2316.5620.16-
YUV112.28132.36122.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=30.68%
G=33.92%
B=35.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041151200.130.0400.53198.757.1443.92
Hex687378D4035c772c
Octal150163170154065307754
Binary1101000111001111110001101100011010111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687378; }

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

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

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

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

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

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

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

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