Shades of Blue Bayoux #617882
Tints of Blue Bayoux #617882
RGB
CMYK
RGB Variations
Color information
#617882 (or 0x617882) is known color: Blue Bayoux. HEX triplet: 61, 78 and 82. RGB value is (97,120,130). Sum of RGB (Red+Green+Blue) = 97+120+130=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #617882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617882 is #9E877D. Grayscale: #727272. Windows color (decimal): -10389374 or 8550497. OLE color: 8550497.
HSL color Cylindrical-coordinate representation of color #617882: hue angle of 198.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617882 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 120 | 130 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.49 |
| HSL | 198.18º | 0.15% | 0.45% | - |
| HSV(B) | 198.18º | 0.25% | 0.51% | - |
| XYZ | 15.68 | 17.59 | 23.69 | - |
| YUV | 114.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 130 | 0.25 | 0.08 | 0 | 0.49 | 198.18 | 0.15 | 0.45 |
| Hex | 61 | 78 | 82 | 19 | 8 | 0 | 31 | C6 | F | 2D |
| Octal | 141 | 170 | 202 | 31 | 10 | 0 | 61 | 306 | 17 | 55 |
| Binary | 1100001 | 1111000 | 10000010 | 11001 | 1000 | 0 | 110001 | 11000110 | 1111 | 101101 |
Color Harmonies of #617882
Complementary color
Monochromatic Colors of #617882
Black with #617882
Text Example
Text Example
White with #617882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617882; }
p { color: rgb(97,120,130); }
H1.HeaderClassName
{
color: #617882;
}
.AnyTagClassName
{
color: #617882;
}
</style>
background-color css
<style>
a { background-color: #617882; }
a { background-color: rgb(97,120,130); }
div.DivClassName
{
background-color: #617882;
}
.BgClassName
{
background-color: #617882;
}
</style>
border-color css
<style>
span { border-color: #617882; }
span { border-color: rgb(97,120,130); }
td.TdClassName
{
border-color: #617882;
}
.TagClassName
{
border-color: #617882;
}
</style>