#68777B

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

Shades of Blue Bayoux #68777B

Tints of Blue Bayoux #68777B

Color information

#68777B (or 0x68777B) is unknown color: approx Blue Bayoux. HEX triplet: 68, 77 and 7B. RGB value is (104,119,123). Sum of RGB (Red+Green+Blue) = 104+119+123=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #68777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777B is #978884. Grayscale: #727272. Windows color (decimal): -9930885 or 8091496. OLE color: 8091496.

HSL color Cylindrical-coordinate representation of color #68777B: hue angle of 192.63º 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 #68777B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104119123-
CMYK0.150.0300.52
HSL192.63º8.37%44.51%-
HSV(B)192.63º15.45%48.24%-
XYZ15.8817.5721.29-
YUV114.97132.53120.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=30.06%
G=34.39%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041191230.150.0300.52192.638.3744.51
Hex68777BF3034c182d
Octal1501671731730643011055
Binary1101000111011111110111111110110100110000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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