Shades of Blue Bayoux #667279
Tints of Blue Bayoux #667279
RGB
CMYK
RGB Variations
Color information
#667279 (or 0x667279) is known color: Blue Bayoux. HEX triplet: 66, 72 and 79. RGB value is (102,114,121). Sum of RGB (Red+Green+Blue) = 102+114+121=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #667279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667279 is #998D86. Grayscale: #6F6F6F. Windows color (decimal): -10063239 or 7959142. OLE color: 7959142.
HSL color Cylindrical-coordinate representation of color #667279: hue angle of 202.11º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667279 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 114 | 121 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.53 |
| HSL | 202.11º | 0.09% | 0.44% | - |
| HSV(B) | 202.11º | 0.16% | 0.47% | - |
| XYZ | 14.95 | 16.24 | 20.44 | - |
| YUV | 111.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 121 | 0.16 | 0.06 | 0 | 0.53 | 202.11 | 0.09 | 0.44 |
| Hex | 66 | 72 | 79 | 10 | 6 | 0 | 35 | CA | 9 | 2C |
| Octal | 146 | 162 | 171 | 20 | 6 | 0 | 65 | 312 | 11 | 54 |
| Binary | 1100110 | 1110010 | 1111001 | 10000 | 110 | 0 | 110101 | 11001010 | 1001 | 101100 |
Color Harmonies of #667279
Complementary color
Monochromatic Colors of #667279
Black with #667279
Text Example
Text Example
White with #667279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667279; }
p { color: rgb(102,114,121); }
H1.HeaderClassName
{
color: #667279;
}
.AnyTagClassName
{
color: #667279;
}
</style>
background-color css
<style>
a { background-color: #667279; }
a { background-color: rgb(102,114,121); }
div.DivClassName
{
background-color: #667279;
}
.BgClassName
{
background-color: #667279;
}
</style>
border-color css
<style>
span { border-color: #667279; }
span { border-color: rgb(102,114,121); }
td.TdClassName
{
border-color: #667279;
}
.TagClassName
{
border-color: #667279;
}
</style>