Shades of Blue Bayoux #66747C
Tints of Blue Bayoux #66747C
RGB
CMYK
RGB Variations
Color information
#66747C (or 0x66747C) is known color: Blue Bayoux. HEX triplet: 66, 74 and 7C. RGB value is (102,116,124). Sum of RGB (Red+Green+Blue) = 102+116+124=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #66747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66747C is #998B83. Grayscale: #707070. Windows color (decimal): -10062724 or 8156262. OLE color: 8156262.
HSL color Cylindrical-coordinate representation of color #66747C: hue angle of 201.82º 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 #66747C is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 116 | 124 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.51 |
| HSL | 201.82º | 0.1% | 0.44% | - |
| HSV(B) | 201.82º | 0.18% | 0.49% | - |
| XYZ | 15.36 | 16.77 | 21.5 | - |
| YUV | 112.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 124 | 0.18 | 0.06 | 0 | 0.51 | 201.82 | 0.1 | 0.44 |
| Hex | 66 | 74 | 7C | 12 | 6 | 0 | 33 | CA | A | 2C |
| Octal | 146 | 164 | 174 | 22 | 6 | 0 | 63 | 312 | 12 | 54 |
| Binary | 1100110 | 1110100 | 1111100 | 10010 | 110 | 0 | 110011 | 11001010 | 1010 | 101100 |
Color Harmonies of #66747C
Complementary color
Monochromatic Colors of #66747C
Black with #66747C
Text Example
Text Example
White with #66747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66747C; }
p { color: rgb(102,116,124); }
H1.HeaderClassName
{
color: #66747C;
}
.AnyTagClassName
{
color: #66747C;
}
</style>
background-color css
<style>
a { background-color: #66747C; }
a { background-color: rgb(102,116,124); }
div.DivClassName
{
background-color: #66747C;
}
.BgClassName
{
background-color: #66747C;
}
</style>
border-color css
<style>
span { border-color: #66747C; }
span { border-color: rgb(102,116,124); }
td.TdClassName
{
border-color: #66747C;
}
.TagClassName
{
border-color: #66747C;
}
</style>