Shades of Blue Bayoux #66787D
Tints of Blue Bayoux #66787D
RGB
CMYK
RGB Variations
Color information
#66787D (or 0x66787D) is known color: Blue Bayoux. HEX triplet: 66, 78 and 7D. RGB value is (102,120,125). Sum of RGB (Red+Green+Blue) = 102+120+125=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #66787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66787D is #998782. Grayscale: #737373. Windows color (decimal): -10061699 or 8222822. OLE color: 8222822.
HSL color Cylindrical-coordinate representation of color #66787D: hue angle of 193.04º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66787D is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 120 | 125 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.51 |
| HSL | 193.04º | 0.1% | 0.45% | - |
| HSV(B) | 193.04º | 0.18% | 0.49% | - |
| XYZ | 15.9 | 17.74 | 21.99 | - |
| YUV | 115.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 125 | 0.18 | 0.04 | 0 | 0.51 | 193.04 | 0.1 | 0.45 |
| Hex | 66 | 78 | 7D | 12 | 4 | 0 | 33 | C1 | A | 2D |
| Octal | 146 | 170 | 175 | 22 | 4 | 0 | 63 | 301 | 12 | 55 |
| Binary | 1100110 | 1111000 | 1111101 | 10010 | 100 | 0 | 110011 | 11000001 | 1010 | 101101 |
Color Harmonies of #66787D
Complementary color
Monochromatic Colors of #66787D
Black with #66787D
Text Example
Text Example
White with #66787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66787D; }
p { color: rgb(102,120,125); }
H1.HeaderClassName
{
color: #66787D;
}
.AnyTagClassName
{
color: #66787D;
}
</style>
background-color css
<style>
a { background-color: #66787D; }
a { background-color: rgb(102,120,125); }
div.DivClassName
{
background-color: #66787D;
}
.BgClassName
{
background-color: #66787D;
}
</style>
border-color css
<style>
span { border-color: #66787D; }
span { border-color: rgb(102,120,125); }
td.TdClassName
{
border-color: #66787D;
}
.TagClassName
{
border-color: #66787D;
}
</style>