Shades of Blue Bayoux #617682
Tints of Blue Bayoux #617682
RGB
CMYK
RGB Variations
Color information
#617682 (or 0x617682) is known color: Blue Bayoux. HEX triplet: 61, 76 and 82. RGB value is (97,118,130). Sum of RGB (Red+Green+Blue) = 97+118+130=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #617682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617682 is #9E897D. Grayscale: #717171. Windows color (decimal): -10389886 or 8549985. OLE color: 8549985.
HSL color Cylindrical-coordinate representation of color #617682: hue angle of 201.82º 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 #617682 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 118 | 130 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.49 |
| HSL | 201.82º | 0.15% | 0.45% | - |
| HSV(B) | 201.82º | 0.25% | 0.51% | - |
| XYZ | 15.44 | 17.11 | 23.61 | - |
| YUV | 113.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 130 | 0.25 | 0.09 | 0 | 0.49 | 201.82 | 0.15 | 0.45 |
| Hex | 61 | 76 | 82 | 19 | 9 | 0 | 31 | CA | F | 2D |
| Octal | 141 | 166 | 202 | 31 | 11 | 0 | 61 | 312 | 17 | 55 |
| Binary | 1100001 | 1110110 | 10000010 | 11001 | 1001 | 0 | 110001 | 11001010 | 1111 | 101101 |
Color Harmonies of #617682
Complementary color
Monochromatic Colors of #617682
Black with #617682
Text Example
Text Example
White with #617682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617682; }
p { color: rgb(97,118,130); }
H1.HeaderClassName
{
color: #617682;
}
.AnyTagClassName
{
color: #617682;
}
</style>
background-color css
<style>
a { background-color: #617682; }
a { background-color: rgb(97,118,130); }
div.DivClassName
{
background-color: #617682;
}
.BgClassName
{
background-color: #617682;
}
</style>
border-color css
<style>
span { border-color: #617682; }
span { border-color: rgb(97,118,130); }
td.TdClassName
{
border-color: #617682;
}
.TagClassName
{
border-color: #617682;
}
</style>