Shades of Blue Bayoux #66767D
Tints of Blue Bayoux #66767D
RGB
CMYK
RGB Variations
Color information
#66767D (or 0x66767D) is known color: Blue Bayoux. HEX triplet: 66, 76 and 7D. RGB value is (102,118,125). Sum of RGB (Red+Green+Blue) = 102+118+125=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #66767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66767D is #998982. Grayscale: #717171. Windows color (decimal): -10062211 or 8222310. OLE color: 8222310.
HSL color Cylindrical-coordinate representation of color #66767D: hue angle of 198.26º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66767D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 118 | 125 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.51 |
| HSL | 198.26º | 0.1% | 0.45% | - |
| HSV(B) | 198.26º | 0.18% | 0.49% | - |
| XYZ | 15.66 | 17.26 | 21.91 | - |
| YUV | 114.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 125 | 0.18 | 0.06 | 0 | 0.51 | 198.26 | 0.1 | 0.45 |
| Hex | 66 | 76 | 7D | 12 | 6 | 0 | 33 | C6 | A | 2D |
| Octal | 146 | 166 | 175 | 22 | 6 | 0 | 63 | 306 | 12 | 55 |
| Binary | 1100110 | 1110110 | 1111101 | 10010 | 110 | 0 | 110011 | 11000110 | 1010 | 101101 |
Color Harmonies of #66767D
Complementary color
Monochromatic Colors of #66767D
Black with #66767D
Text Example
Text Example
White with #66767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66767D; }
p { color: rgb(102,118,125); }
H1.HeaderClassName
{
color: #66767D;
}
.AnyTagClassName
{
color: #66767D;
}
</style>
background-color css
<style>
a { background-color: #66767D; }
a { background-color: rgb(102,118,125); }
div.DivClassName
{
background-color: #66767D;
}
.BgClassName
{
background-color: #66767D;
}
</style>
border-color css
<style>
span { border-color: #66767D; }
span { border-color: rgb(102,118,125); }
td.TdClassName
{
border-color: #66767D;
}
.TagClassName
{
border-color: #66767D;
}
</style>