#68787F

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

Shades of Blue Bayoux #68787F

Tints of Blue Bayoux #68787F

Color information

#68787F (or 0x68787F) is unknown color: approx Blue Bayoux. HEX triplet: 68, 78 and 7F. RGB value is (104,120,127). Sum of RGB (Red+Green+Blue) = 104+120+127=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #68787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787F is #978780. Grayscale: #737373. Windows color (decimal): -9930625 or 8353896. OLE color: 8353896.

HSL color Cylindrical-coordinate representation of color #68787F: hue angle of 198.26º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68787F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104120127-
CMYK0.180.0600.50
HSL198.26º9.96%45.29%-
HSV(B)198.26º18.11%49.8%-
XYZ16.2617.9122.68-
YUV116.01134.2119.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 127 (50% from 255) = 36.18%
R=29.63%
G=34.19%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041201270.180.0600.50198.269.9645.29
Hex68787F126032c6a2d
Octal1501701772260623061255
Binary110100011110001111111100101100110010110001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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