#68777F

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

Shades of Blue Bayoux #68777F

Tints of Blue Bayoux #68777F

Color information

#68777F (or 0x68777F) is unknown color: approx Blue Bayoux. HEX triplet: 68, 77 and 7F. RGB value is (104,119,127). Sum of RGB (Red+Green+Blue) = 104+119+127=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #68777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777F is #978880. Grayscale: #737373. Windows color (decimal): -9930881 or 8353640. OLE color: 8353640.

HSL color Cylindrical-coordinate representation of color #68777F: hue angle of 200.87º 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 #68777F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104119127-
CMYK0.180.0600.50
HSL200.87º9.96%45.29%-
HSV(B)200.87º18.11%49.8%-
XYZ16.1417.6722.64-
YUV115.43134.53119.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 127 (50% from 255) = 36.29%
R=29.71%
G=34%
B=36.29%

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
Decimal1041191270.180.0600.50200.879.9645.29
Hex68777F126032c9a2d
Octal1501671772260623111255
Binary110100011101111111111100101100110010110010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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