Shades of Blue Bayoux #617B7D
Tints of Blue Bayoux #617B7D
RGB
CMYK
RGB Variations
Color information
#617B7D (or 0x617B7D) is known color: Blue Bayoux. HEX triplet: 61, 7B and 7D. RGB value is (97,123,125). Sum of RGB (Red+Green+Blue) = 97+123+125=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #617B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B7D is #9E8482. Grayscale: #737373. Windows color (decimal): -10388611 or 8223585. OLE color: 8223585.
HSL color Cylindrical-coordinate representation of color #617B7D: hue angle of 184.29º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617B7D is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 123 | 125 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.51 |
| HSL | 184.29º | 0.13% | 0.44% | - |
| HSV(B) | 184.29º | 0.22% | 0.49% | - |
| XYZ | 15.71 | 18.19 | 22.08 | - |
| YUV | 115.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 125 | 0.22 | 0.02 | 0 | 0.51 | 184.29 | 0.13 | 0.44 |
| Hex | 61 | 7B | 7D | 16 | 2 | 0 | 33 | B8 | D | 2C |
| Octal | 141 | 173 | 175 | 26 | 2 | 0 | 63 | 270 | 15 | 54 |
| Binary | 1100001 | 1111011 | 1111101 | 10110 | 10 | 0 | 110011 | 10111000 | 1101 | 101100 |
Color Harmonies of #617B7D
Complementary color
Monochromatic Colors of #617B7D
Black with #617B7D
Text Example
Text Example
White with #617B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B7D; }
p { color: rgb(97,123,125); }
H1.HeaderClassName
{
color: #617B7D;
}
.AnyTagClassName
{
color: #617B7D;
}
</style>
background-color css
<style>
a { background-color: #617B7D; }
a { background-color: rgb(97,123,125); }
div.DivClassName
{
background-color: #617B7D;
}
.BgClassName
{
background-color: #617B7D;
}
</style>
border-color css
<style>
span { border-color: #617B7D; }
span { border-color: rgb(97,123,125); }
td.TdClassName
{
border-color: #617B7D;
}
.TagClassName
{
border-color: #617B7D;
}
</style>