Shades of Blue Bayoux #67747B
Tints of Blue Bayoux #67747B
RGB
CMYK
RGB Variations
Color information
#67747B (or 0x67747B) is known color: Blue Bayoux. HEX triplet: 67, 74 and 7B. RGB value is (103,116,123). Sum of RGB (Red+Green+Blue) = 103+116+123=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #67747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67747B is #988B84. Grayscale: #707070. Windows color (decimal): -9997189 or 8090727. OLE color: 8090727.
HSL color Cylindrical-coordinate representation of color #67747B: hue angle of 201º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67747B is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 116 | 123 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.52 |
| HSL | 201º | 0.09% | 0.44% | - |
| HSV(B) | 201º | 0.16% | 0.48% | - |
| XYZ | 15.41 | 16.8 | 21.17 | - |
| YUV | 112.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 123 | 0.16 | 0.06 | 0 | 0.52 | 201 | 0.09 | 0.44 |
| Hex | 67 | 74 | 7B | 10 | 6 | 0 | 34 | C9 | 9 | 2C |
| Octal | 147 | 164 | 173 | 20 | 6 | 0 | 64 | 311 | 11 | 54 |
| Binary | 1100111 | 1110100 | 1111011 | 10000 | 110 | 0 | 110100 | 11001001 | 1001 | 101100 |
Color Harmonies of #67747B
Complementary color
Monochromatic Colors of #67747B
Black with #67747B
Text Example
Text Example
White with #67747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67747B; }
p { color: rgb(103,116,123); }
H1.HeaderClassName
{
color: #67747B;
}
.AnyTagClassName
{
color: #67747B;
}
</style>
background-color css
<style>
a { background-color: #67747B; }
a { background-color: rgb(103,116,123); }
div.DivClassName
{
background-color: #67747B;
}
.BgClassName
{
background-color: #67747B;
}
</style>
border-color css
<style>
span { border-color: #67747B; }
span { border-color: rgb(103,116,123); }
td.TdClassName
{
border-color: #67747B;
}
.TagClassName
{
border-color: #67747B;
}
</style>