Shades of Blue Bayoux #66777D
Tints of Blue Bayoux #66777D
RGB
CMYK
RGB Variations
Color information
#66777D (or 0x66777D) is known color: Blue Bayoux. HEX triplet: 66, 77 and 7D. RGB value is (102,119,125). Sum of RGB (Red+Green+Blue) = 102+119+125=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #66777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777D is #998882. Grayscale: #727272. Windows color (decimal): -10061955 or 8222566. OLE color: 8222566.
HSL color Cylindrical-coordinate representation of color #66777D: hue angle of 195.65º 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 #66777D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 119 | 125 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.51 |
| HSL | 195.65º | 0.1% | 0.45% | - |
| HSV(B) | 195.65º | 0.18% | 0.49% | - |
| XYZ | 15.78 | 17.5 | 21.95 | - |
| YUV | 114.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 125 | 0.18 | 0.05 | 0 | 0.51 | 195.65 | 0.1 | 0.45 |
| Hex | 66 | 77 | 7D | 12 | 5 | 0 | 33 | C4 | A | 2D |
| Octal | 146 | 167 | 175 | 22 | 5 | 0 | 63 | 304 | 12 | 55 |
| Binary | 1100110 | 1110111 | 1111101 | 10010 | 101 | 0 | 110011 | 11000100 | 1010 | 101101 |
Color Harmonies of #66777D
Complementary color
Monochromatic Colors of #66777D
Black with #66777D
Text Example
Text Example
White with #66777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66777D; }
p { color: rgb(102,119,125); }
H1.HeaderClassName
{
color: #66777D;
}
.AnyTagClassName
{
color: #66777D;
}
</style>
background-color css
<style>
a { background-color: #66777D; }
a { background-color: rgb(102,119,125); }
div.DivClassName
{
background-color: #66777D;
}
.BgClassName
{
background-color: #66777D;
}
</style>
border-color css
<style>
span { border-color: #66777D; }
span { border-color: rgb(102,119,125); }
td.TdClassName
{
border-color: #66777D;
}
.TagClassName
{
border-color: #66777D;
}
</style>