Shades of Blue Bayoux #617B82
Tints of Blue Bayoux #617B82
RGB
CMYK
RGB Variations
Color information
#617B82 (or 0x617B82) is known color: Blue Bayoux. HEX triplet: 61, 7B and 82. RGB value is (97,123,130). Sum of RGB (Red+Green+Blue) = 97+123+130=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #617B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B82 is #9E847D. Grayscale: #737373. Windows color (decimal): -10388606 or 8551265. OLE color: 8551265.
HSL color Cylindrical-coordinate representation of color #617B82: hue angle of 192.73º 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 #617B82 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 123 | 130 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.49 |
| HSL | 192.73º | 0.15% | 0.45% | - |
| HSV(B) | 192.73º | 0.25% | 0.51% | - |
| XYZ | 16.04 | 18.32 | 23.81 | - |
| YUV | 116.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 130 | 0.25 | 0.05 | 0 | 0.49 | 192.73 | 0.15 | 0.45 |
| Hex | 61 | 7B | 82 | 19 | 5 | 0 | 31 | C1 | F | 2D |
| Octal | 141 | 173 | 202 | 31 | 5 | 0 | 61 | 301 | 17 | 55 |
| Binary | 1100001 | 1111011 | 10000010 | 11001 | 101 | 0 | 110001 | 11000001 | 1111 | 101101 |
Color Harmonies of #617B82
Complementary color
Monochromatic Colors of #617B82
Black with #617B82
Text Example
Text Example
White with #617B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B82; }
p { color: rgb(97,123,130); }
H1.HeaderClassName
{
color: #617B82;
}
.AnyTagClassName
{
color: #617B82;
}
</style>
background-color css
<style>
a { background-color: #617B82; }
a { background-color: rgb(97,123,130); }
div.DivClassName
{
background-color: #617B82;
}
.BgClassName
{
background-color: #617B82;
}
</style>
border-color css
<style>
span { border-color: #617B82; }
span { border-color: rgb(97,123,130); }
td.TdClassName
{
border-color: #617B82;
}
.TagClassName
{
border-color: #617B82;
}
</style>