#66767B

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

Shades of Blue Bayoux #66767B

Tints of Blue Bayoux #66767B

Color information

#66767B (or 0x66767B) is unknown color: approx Blue Bayoux. HEX triplet: 66, 76 and 7B. RGB value is (102,118,123). Sum of RGB (Red+Green+Blue) = 102+118+123=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #66767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66767B is #998984. Grayscale: #717171. Windows color (decimal): -10062213 or 8091238. OLE color: 8091238.

HSL color Cylindrical-coordinate representation of color #66767B: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66767B is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102118123-
CMYK0.170.0400.52
HSL194.29º9.33%44.12%-
HSV(B)194.29º17.07%48.24%-
XYZ15.5317.2121.24-
YUV113.79133.2119.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=29.74%
G=34.40%
B=35.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021181230.170.0400.52194.299.3344.12
Hex66767B114034c292c
Octal1461661732140643021154
Binary110011011101101111011100011000110100110000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,118,123); }

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

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

 a { background-color: rgb(102,118,123); }

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

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

 span { border-color: rgb(102,118,123); }

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