Shades of Blue Bayoux #61707A
Tints of Blue Bayoux #61707A
RGB
CMYK
RGB Variations
Color information
#61707A (or 0x61707A) is known color: Blue Bayoux. HEX triplet: 61, 70 and 7A. RGB value is (97,112,122). Sum of RGB (Red+Green+Blue) = 97+112+122=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #61707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707A is #9E8F85. Grayscale: #6C6C6C. Windows color (decimal): -10391430 or 8024161. OLE color: 8024161.
HSL color Cylindrical-coordinate representation of color #61707A: hue angle of 204º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61707A is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 112 | 122 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.52 |
| HSL | 204º | 0.11% | 0.43% | - |
| HSV(B) | 204º | 0.2% | 0.48% | - |
| XYZ | 14.24 | 15.53 | 20.66 | - |
| YUV | 108.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 122 | 0.20 | 0.08 | 0 | 0.52 | 204 | 0.11 | 0.43 |
| Hex | 61 | 70 | 7A | 14 | 8 | 0 | 34 | CC | B | 2B |
| Octal | 141 | 160 | 172 | 24 | 10 | 0 | 64 | 314 | 13 | 53 |
| Binary | 1100001 | 1110000 | 1111010 | 10100 | 1000 | 0 | 110100 | 11001100 | 1011 | 101011 |
Color Harmonies of #61707A
Complementary color
Monochromatic Colors of #61707A
Black with #61707A
Text Example
Text Example
White with #61707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61707A; }
p { color: rgb(97,112,122); }
H1.HeaderClassName
{
color: #61707A;
}
.AnyTagClassName
{
color: #61707A;
}
</style>
background-color css
<style>
a { background-color: #61707A; }
a { background-color: rgb(97,112,122); }
div.DivClassName
{
background-color: #61707A;
}
.BgClassName
{
background-color: #61707A;
}
</style>
border-color css
<style>
span { border-color: #61707A; }
span { border-color: rgb(97,112,122); }
td.TdClassName
{
border-color: #61707A;
}
.TagClassName
{
border-color: #61707A;
}
</style>