Shades of Blue Bayoux #67767D
Tints of Blue Bayoux #67767D
RGB
CMYK
RGB Variations
Color information
#67767D (or 0x67767D) is known color: Blue Bayoux. HEX triplet: 67, 76 and 7D. RGB value is (103,118,125). Sum of RGB (Red+Green+Blue) = 103+118+125=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #67767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767D is #988982. Grayscale: #727272. Windows color (decimal): -9996675 or 8222311. OLE color: 8222311.
HSL color Cylindrical-coordinate representation of color #67767D: hue angle of 199.09º 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 #67767D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 118 | 125 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.51 |
| HSL | 199.09º | 0.1% | 0.45% | - |
| HSV(B) | 199.09º | 0.18% | 0.49% | - |
| XYZ | 15.77 | 17.32 | 21.91 | - |
| YUV | 114.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 125 | 0.18 | 0.06 | 0 | 0.51 | 199.09 | 0.1 | 0.45 |
| Hex | 67 | 76 | 7D | 12 | 6 | 0 | 33 | C7 | A | 2D |
| Octal | 147 | 166 | 175 | 22 | 6 | 0 | 63 | 307 | 12 | 55 |
| Binary | 1100111 | 1110110 | 1111101 | 10010 | 110 | 0 | 110011 | 11000111 | 1010 | 101101 |
Color Harmonies of #67767D
Complementary color
Monochromatic Colors of #67767D
Black with #67767D
Text Example
Text Example
White with #67767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67767D; }
p { color: rgb(103,118,125); }
H1.HeaderClassName
{
color: #67767D;
}
.AnyTagClassName
{
color: #67767D;
}
</style>
background-color css
<style>
a { background-color: #67767D; }
a { background-color: rgb(103,118,125); }
div.DivClassName
{
background-color: #67767D;
}
.BgClassName
{
background-color: #67767D;
}
</style>
border-color css
<style>
span { border-color: #67767D; }
span { border-color: rgb(103,118,125); }
td.TdClassName
{
border-color: #67767D;
}
.TagClassName
{
border-color: #67767D;
}
</style>