Shades of Blue Bayoux #667578
Tints of Blue Bayoux #667578
RGB
CMYK
RGB Variations
Color information
#667578 (or 0x667578) is known color: Blue Bayoux. HEX triplet: 66, 75 and 78. RGB value is (102,117,120). Sum of RGB (Red+Green+Blue) = 102+117+120=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #667578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667578 is #998A87. Grayscale: #707070. Windows color (decimal): -10062472 or 7894374. OLE color: 7894374.
HSL color Cylindrical-coordinate representation of color #667578: hue angle of 190º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667578 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 117 | 120 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.53 |
| HSL | 190º | 0.08% | 0.44% | - |
| HSV(B) | 190º | 0.15% | 0.47% | - |
| XYZ | 15.23 | 16.9 | 20.23 | - |
| YUV | 112.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 120 | 0.15 | 0.02 | 0 | 0.53 | 190 | 0.08 | 0.44 |
| Hex | 66 | 75 | 78 | F | 2 | 0 | 35 | BE | 8 | 2C |
| Octal | 146 | 165 | 170 | 17 | 2 | 0 | 65 | 276 | 10 | 54 |
| Binary | 1100110 | 1110101 | 1111000 | 1111 | 10 | 0 | 110101 | 10111110 | 1000 | 101100 |
Color Harmonies of #667578
Complementary color
Monochromatic Colors of #667578
Black with #667578
Text Example
Text Example
White with #667578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667578; }
p { color: rgb(102,117,120); }
H1.HeaderClassName
{
color: #667578;
}
.AnyTagClassName
{
color: #667578;
}
</style>
background-color css
<style>
a { background-color: #667578; }
a { background-color: rgb(102,117,120); }
div.DivClassName
{
background-color: #667578;
}
.BgClassName
{
background-color: #667578;
}
</style>
border-color css
<style>
span { border-color: #667578; }
span { border-color: rgb(102,117,120); }
td.TdClassName
{
border-color: #667578;
}
.TagClassName
{
border-color: #667578;
}
</style>