Shades of Blue Bayoux #617880
Tints of Blue Bayoux #617880
RGB
CMYK
RGB Variations
Color information
#617880 (or 0x617880) is known color: Blue Bayoux. HEX triplet: 61, 78 and 80. RGB value is (97,120,128). Sum of RGB (Red+Green+Blue) = 97+120+128=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #617880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617880 is #9E877F. Grayscale: #717171. Windows color (decimal): -10389376 or 8419425. OLE color: 8419425.
HSL color Cylindrical-coordinate representation of color #617880: hue angle of 195.48º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617880 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 120 | 128 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.50 |
| HSL | 195.48º | 0.14% | 0.44% | - |
| HSV(B) | 195.48º | 0.24% | 0.5% | - |
| XYZ | 15.54 | 17.53 | 22.99 | - |
| YUV | 114.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 128 | 0.24 | 0.06 | 0 | 0.50 | 195.48 | 0.14 | 0.44 |
| Hex | 61 | 78 | 80 | 18 | 6 | 0 | 32 | C3 | E | 2C |
| Octal | 141 | 170 | 200 | 30 | 6 | 0 | 62 | 303 | 16 | 54 |
| Binary | 1100001 | 1111000 | 10000000 | 11000 | 110 | 0 | 110010 | 11000011 | 1110 | 101100 |
Color Harmonies of #617880
Complementary color
Monochromatic Colors of #617880
Black with #617880
Text Example
Text Example
White with #617880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617880; }
p { color: rgb(97,120,128); }
H1.HeaderClassName
{
color: #617880;
}
.AnyTagClassName
{
color: #617880;
}
</style>
background-color css
<style>
a { background-color: #617880; }
a { background-color: rgb(97,120,128); }
div.DivClassName
{
background-color: #617880;
}
.BgClassName
{
background-color: #617880;
}
</style>
border-color css
<style>
span { border-color: #617880; }
span { border-color: rgb(97,120,128); }
td.TdClassName
{
border-color: #617880;
}
.TagClassName
{
border-color: #617880;
}
</style>