#68787B

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

Shades of Blue Bayoux #68787B

Tints of Blue Bayoux #68787B

Color information

#68787B (or 0x68787B) is unknown color: approx Blue Bayoux. HEX triplet: 68, 78 and 7B. RGB value is (104,120,123). Sum of RGB (Red+Green+Blue) = 104+120+123=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #68787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787B is #978784. Grayscale: #737373. Windows color (decimal): -9930629 or 8091752. OLE color: 8091752.

HSL color Cylindrical-coordinate representation of color #68787B: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68787B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104120123-
CMYK0.150.0200.52
HSL189.47º8.37%44.51%-
HSV(B)189.47º15.45%48.24%-
XYZ1617.8121.33-
YUV115.56132.2119.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=29.97%
G=34.58%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041201230.150.0200.52189.478.3744.51
Hex68787BF2034bd82d
Octal1501701731720642751055
Binary1101000111100011110111111100110100101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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