Shades of Blue Bayoux #61717B
Tints of Blue Bayoux #61717B
RGB
CMYK
RGB Variations
Color information
#61717B (or 0x61717B) is known color: Blue Bayoux. HEX triplet: 61, 71 and 7B. RGB value is (97,113,123). Sum of RGB (Red+Green+Blue) = 97+113+123=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #61717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717B is #9E8E84. Grayscale: #6D6D6D. Windows color (decimal): -10391173 or 8089953. OLE color: 8089953.
HSL color Cylindrical-coordinate representation of color #61717B: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61717B is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 113 | 123 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.52 |
| HSL | 203.08º | 0.12% | 0.43% | - |
| HSV(B) | 203.08º | 0.21% | 0.48% | - |
| XYZ | 14.41 | 15.78 | 21.03 | - |
| YUV | 109.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 123 | 0.21 | 0.08 | 0 | 0.52 | 203.08 | 0.12 | 0.43 |
| Hex | 61 | 71 | 7B | 15 | 8 | 0 | 34 | CB | C | 2B |
| Octal | 141 | 161 | 173 | 25 | 10 | 0 | 64 | 313 | 14 | 53 |
| Binary | 1100001 | 1110001 | 1111011 | 10101 | 1000 | 0 | 110100 | 11001011 | 1100 | 101011 |
Color Harmonies of #61717B
Complementary color
Monochromatic Colors of #61717B
Black with #61717B
Text Example
Text Example
White with #61717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61717B; }
p { color: rgb(97,113,123); }
H1.HeaderClassName
{
color: #61717B;
}
.AnyTagClassName
{
color: #61717B;
}
</style>
background-color css
<style>
a { background-color: #61717B; }
a { background-color: rgb(97,113,123); }
div.DivClassName
{
background-color: #61717B;
}
.BgClassName
{
background-color: #61717B;
}
</style>
border-color css
<style>
span { border-color: #61717B; }
span { border-color: rgb(97,113,123); }
td.TdClassName
{
border-color: #61717B;
}
.TagClassName
{
border-color: #61717B;
}
</style>