Shades of Blue Bayoux #66737A
Tints of Blue Bayoux #66737A
RGB
CMYK
RGB Variations
Color information
#66737A (or 0x66737A) is known color: Blue Bayoux. HEX triplet: 66, 73 and 7A. RGB value is (102,115,122). Sum of RGB (Red+Green+Blue) = 102+115+122=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #66737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66737A is #998C85. Grayscale: #6F6F6F. Windows color (decimal): -10062982 or 8024934. OLE color: 8024934.
HSL color Cylindrical-coordinate representation of color #66737A: hue angle of 201º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66737A is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 115 | 122 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.52 |
| HSL | 201º | 0.09% | 0.44% | - |
| HSV(B) | 201º | 0.16% | 0.48% | - |
| XYZ | 15.12 | 16.49 | 20.8 | - |
| YUV | 111.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 122 | 0.16 | 0.06 | 0 | 0.52 | 201 | 0.09 | 0.44 |
| Hex | 66 | 73 | 7A | 10 | 6 | 0 | 34 | C9 | 9 | 2C |
| Octal | 146 | 163 | 172 | 20 | 6 | 0 | 64 | 311 | 11 | 54 |
| Binary | 1100110 | 1110011 | 1111010 | 10000 | 110 | 0 | 110100 | 11001001 | 1001 | 101100 |
Color Harmonies of #66737A
Complementary color
Monochromatic Colors of #66737A
Black with #66737A
Text Example
Text Example
White with #66737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66737A; }
p { color: rgb(102,115,122); }
H1.HeaderClassName
{
color: #66737A;
}
.AnyTagClassName
{
color: #66737A;
}
</style>
background-color css
<style>
a { background-color: #66737A; }
a { background-color: rgb(102,115,122); }
div.DivClassName
{
background-color: #66737A;
}
.BgClassName
{
background-color: #66737A;
}
</style>
border-color css
<style>
span { border-color: #66737A; }
span { border-color: rgb(102,115,122); }
td.TdClassName
{
border-color: #66737A;
}
.TagClassName
{
border-color: #66737A;
}
</style>