Shades of Blue Bayoux #617B7C
Tints of Blue Bayoux #617B7C
RGB
CMYK
RGB Variations
Color information
#617B7C (or 0x617B7C) is known color: Blue Bayoux. HEX triplet: 61, 7B and 7C. RGB value is (97,123,124). Sum of RGB (Red+Green+Blue) = 97+123+124=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #617B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B7C is #9E8483. Grayscale: #737373. Windows color (decimal): -10388612 or 8158049. OLE color: 8158049.
HSL color Cylindrical-coordinate representation of color #617B7C: hue angle of 182.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617B7C is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 123 | 124 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.51 |
| HSL | 182.22º | 0.12% | 0.43% | - |
| HSV(B) | 182.22º | 0.22% | 0.49% | - |
| XYZ | 15.65 | 18.16 | 21.75 | - |
| YUV | 115.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 124 | 0.22 | 0.01 | 0 | 0.51 | 182.22 | 0.12 | 0.43 |
| Hex | 61 | 7B | 7C | 16 | 1 | 0 | 33 | B6 | C | 2B |
| Octal | 141 | 173 | 174 | 26 | 1 | 0 | 63 | 266 | 14 | 53 |
| Binary | 1100001 | 1111011 | 1111100 | 10110 | 1 | 0 | 110011 | 10110110 | 1100 | 101011 |
Color Harmonies of #617B7C
Complementary color
Monochromatic Colors of #617B7C
Black with #617B7C
Text Example
Text Example
White with #617B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B7C; }
p { color: rgb(97,123,124); }
H1.HeaderClassName
{
color: #617B7C;
}
.AnyTagClassName
{
color: #617B7C;
}
</style>
background-color css
<style>
a { background-color: #617B7C; }
a { background-color: rgb(97,123,124); }
div.DivClassName
{
background-color: #617B7C;
}
.BgClassName
{
background-color: #617B7C;
}
</style>
border-color css
<style>
span { border-color: #617B7C; }
span { border-color: rgb(97,123,124); }
td.TdClassName
{
border-color: #617B7C;
}
.TagClassName
{
border-color: #617B7C;
}
</style>