#68787C

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

Shades of Blue Bayoux #68787C

Tints of Blue Bayoux #68787C

Color information

#68787C (or 0x68787C) is unknown color: approx Blue Bayoux. HEX triplet: 68, 78 and 7C. RGB value is (104,120,124). Sum of RGB (Red+Green+Blue) = 104+120+124=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #68787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787C is #978783. Grayscale: #737373. Windows color (decimal): -9930628 or 8157288. OLE color: 8157288.

HSL color Cylindrical-coordinate representation of color #68787C: hue angle of 192º 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 #68787C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104120124-
CMYK0.160.0300.51
HSL192º8.77%44.71%-
HSV(B)192º16.13%48.63%-
XYZ16.0617.8321.66-
YUV115.67132.7119.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=29.89%
G=34.48%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041201240.160.0300.511928.7744.71
Hex68787C103033c092d
Octal1501701742030633001155
Binary11010001111000111110010000110110011110000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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