Shades of Blue Bayoux #67777E
Tints of Blue Bayoux #67777E
RGB
CMYK
RGB Variations
Color information
#67777E (or 0x67777E) is known color: Blue Bayoux. HEX triplet: 67, 77 and 7E. RGB value is (103,119,126). Sum of RGB (Red+Green+Blue) = 103+119+126=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 126 - color contains mainly: blue. Hex color #67777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777E is #988881. Grayscale: #727272. Windows color (decimal): -9996418 or 8288103. OLE color: 8288103.
HSL color Cylindrical-coordinate representation of color #67777E: 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 #67777E is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 119 | 126 | - |
| 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.96 | 17.58 | 22.29 | - |
| YUV | 115.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 126 | 0.18 | 0.06 | 0 | 0.51 | 198.26 | 0.1 | 0.45 |
| Hex | 67 | 77 | 7E | 12 | 6 | 0 | 33 | C6 | A | 2D |
| Octal | 147 | 167 | 176 | 22 | 6 | 0 | 63 | 306 | 12 | 55 |
| Binary | 1100111 | 1110111 | 1111110 | 10010 | 110 | 0 | 110011 | 11000110 | 1010 | 101101 |
Color Harmonies of #67777E
Complementary color
Monochromatic Colors of #67777E
Black with #67777E
Text Example
Text Example
White with #67777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67777E; }
p { color: rgb(103,119,126); }
H1.HeaderClassName
{
color: #67777E;
}
.AnyTagClassName
{
color: #67777E;
}
</style>
background-color css
<style>
a { background-color: #67777E; }
a { background-color: rgb(103,119,126); }
div.DivClassName
{
background-color: #67777E;
}
.BgClassName
{
background-color: #67777E;
}
</style>
border-color css
<style>
span { border-color: #67777E; }
span { border-color: rgb(103,119,126); }
td.TdClassName
{
border-color: #67777E;
}
.TagClassName
{
border-color: #67777E;
}
</style>