Shades of Blue Bayoux #617C7D
Tints of Blue Bayoux #617C7D
RGB
CMYK
RGB Variations
Color information
#617C7D (or 0x617C7D) is known color: Blue Bayoux. HEX triplet: 61, 7C and 7D. RGB value is (97,124,125). Sum of RGB (Red+Green+Blue) = 97+124+125=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #617C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C7D is #9E8382. Grayscale: #747474. Windows color (decimal): -10388355 or 8223841. OLE color: 8223841.
HSL color Cylindrical-coordinate representation of color #617C7D: hue angle of 182.14º 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 #617C7D is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 125 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.51 |
| HSL | 182.14º | 0.13% | 0.44% | - |
| HSV(B) | 182.14º | 0.22% | 0.49% | - |
| XYZ | 15.84 | 18.44 | 22.13 | - |
| YUV | 116.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 125 | 0.22 | 0.01 | 0 | 0.51 | 182.14 | 0.13 | 0.44 |
| Hex | 61 | 7C | 7D | 16 | 1 | 0 | 33 | B6 | D | 2C |
| Octal | 141 | 174 | 175 | 26 | 1 | 0 | 63 | 266 | 15 | 54 |
| Binary | 1100001 | 1111100 | 1111101 | 10110 | 1 | 0 | 110011 | 10110110 | 1101 | 101100 |
Color Harmonies of #617C7D
Complementary color
Monochromatic Colors of #617C7D
Black with #617C7D
Text Example
Text Example
White with #617C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C7D; }
p { color: rgb(97,124,125); }
H1.HeaderClassName
{
color: #617C7D;
}
.AnyTagClassName
{
color: #617C7D;
}
</style>
background-color css
<style>
a { background-color: #617C7D; }
a { background-color: rgb(97,124,125); }
div.DivClassName
{
background-color: #617C7D;
}
.BgClassName
{
background-color: #617C7D;
}
</style>
border-color css
<style>
span { border-color: #617C7D; }
span { border-color: rgb(97,124,125); }
td.TdClassName
{
border-color: #617C7D;
}
.TagClassName
{
border-color: #617C7D;
}
</style>