#68777C

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

Shades of Blue Bayoux #68777C

Tints of Blue Bayoux #68777C

Color information

#68777C (or 0x68777C) is unknown color: approx Blue Bayoux. HEX triplet: 68, 77 and 7C. RGB value is (104,119,124). Sum of RGB (Red+Green+Blue) = 104+119+124=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #68777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777C is #978883. Grayscale: #737373. Windows color (decimal): -9930884 or 8157032. OLE color: 8157032.

HSL color Cylindrical-coordinate representation of color #68777C: hue angle of 195º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68777C is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104119124-
CMYK0.160.0400.51
HSL195º8.77%44.71%-
HSV(B)195º16.13%48.63%-
XYZ15.9417.5921.62-
YUV115.08133.03120.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=29.97%
G=34.29%
B=35.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041191240.160.0400.511958.7744.71
Hex68777C104033c392d
Octal1501671742040633031155
Binary110100011101111111100100001000110011110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68777C; }

 p { color: rgb(104,119,124); }

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

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

 a { background-color: rgb(104,119,124); }

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

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

 span { border-color: rgb(104,119,124); }

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