Shades of Blue Bayoux #67797D
Tints of Blue Bayoux #67797D
RGB
CMYK
RGB Variations
Color information
#67797D (or 0x67797D) is known color: Blue Bayoux. HEX triplet: 67, 79 and 7D. RGB value is (103,121,125). Sum of RGB (Red+Green+Blue) = 103+121+125=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #67797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67797D is #988682. Grayscale: #747474. Windows color (decimal): -9995907 or 8223079. OLE color: 8223079.
HSL color Cylindrical-coordinate representation of color #67797D: hue angle of 190.91º 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 #67797D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 121 | 125 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.51 |
| HSL | 190.91º | 0.1% | 0.45% | - |
| HSV(B) | 190.91º | 0.18% | 0.49% | - |
| XYZ | 16.13 | 18.04 | 22.03 | - |
| YUV | 116.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 125 | 0.18 | 0.03 | 0 | 0.51 | 190.91 | 0.1 | 0.45 |
| Hex | 67 | 79 | 7D | 12 | 3 | 0 | 33 | BF | A | 2D |
| Octal | 147 | 171 | 175 | 22 | 3 | 0 | 63 | 277 | 12 | 55 |
| Binary | 1100111 | 1111001 | 1111101 | 10010 | 11 | 0 | 110011 | 10111111 | 1010 | 101101 |
Color Harmonies of #67797D
Complementary color
Monochromatic Colors of #67797D
Black with #67797D
Text Example
Text Example
White with #67797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67797D; }
p { color: rgb(103,121,125); }
H1.HeaderClassName
{
color: #67797D;
}
.AnyTagClassName
{
color: #67797D;
}
</style>
background-color css
<style>
a { background-color: #67797D; }
a { background-color: rgb(103,121,125); }
div.DivClassName
{
background-color: #67797D;
}
.BgClassName
{
background-color: #67797D;
}
</style>
border-color css
<style>
span { border-color: #67797D; }
span { border-color: rgb(103,121,125); }
td.TdClassName
{
border-color: #67797D;
}
.TagClassName
{
border-color: #67797D;
}
</style>