Shades of Blue Bayoux #66737C
Tints of Blue Bayoux #66737C
RGB
CMYK
RGB Variations
Color information
#66737C (or 0x66737C) is known color: Blue Bayoux. HEX triplet: 66, 73 and 7C. RGB value is (102,115,124). Sum of RGB (Red+Green+Blue) = 102+115+124=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #66737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66737C is #998C83. Grayscale: #707070. Windows color (decimal): -10062980 or 8156006. OLE color: 8156006.
HSL color Cylindrical-coordinate representation of color #66737C: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66737C is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 115 | 124 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.51 |
| HSL | 204.55º | 0.1% | 0.44% | - |
| HSV(B) | 204.55º | 0.18% | 0.49% | - |
| XYZ | 15.25 | 16.54 | 21.46 | - |
| YUV | 112.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 124 | 0.18 | 0.07 | 0 | 0.51 | 204.55 | 0.1 | 0.44 |
| Hex | 66 | 73 | 7C | 12 | 7 | 0 | 33 | CD | A | 2C |
| Octal | 146 | 163 | 174 | 22 | 7 | 0 | 63 | 315 | 12 | 54 |
| Binary | 1100110 | 1110011 | 1111100 | 10010 | 111 | 0 | 110011 | 11001101 | 1010 | 101100 |
Color Harmonies of #66737C
Complementary color
Monochromatic Colors of #66737C
Black with #66737C
Text Example
Text Example
White with #66737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66737C; }
p { color: rgb(102,115,124); }
H1.HeaderClassName
{
color: #66737C;
}
.AnyTagClassName
{
color: #66737C;
}
</style>
background-color css
<style>
a { background-color: #66737C; }
a { background-color: rgb(102,115,124); }
div.DivClassName
{
background-color: #66737C;
}
.BgClassName
{
background-color: #66737C;
}
</style>
border-color css
<style>
span { border-color: #66737C; }
span { border-color: rgb(102,115,124); }
td.TdClassName
{
border-color: #66737C;
}
.TagClassName
{
border-color: #66737C;
}
</style>