Shades of Blue Bayoux #617A7C
Tints of Blue Bayoux #617A7C
RGB
CMYK
RGB Variations
Color information
#617A7C (or 0x617A7C) is known color: Blue Bayoux. HEX triplet: 61, 7A and 7C. RGB value is (97,122,124). Sum of RGB (Red+Green+Blue) = 97+122+124=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #617A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A7C is #9E8583. Grayscale: #727272. Windows color (decimal): -10388868 or 8157793. OLE color: 8157793.
HSL color Cylindrical-coordinate representation of color #617A7C: hue angle of 184.44º 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 #617A7C is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 122 | 124 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.51 |
| HSL | 184.44º | 0.12% | 0.43% | - |
| HSV(B) | 184.44º | 0.22% | 0.49% | - |
| XYZ | 15.53 | 17.92 | 21.71 | - |
| YUV | 114.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 124 | 0.22 | 0.02 | 0 | 0.51 | 184.44 | 0.12 | 0.43 |
| Hex | 61 | 7A | 7C | 16 | 2 | 0 | 33 | B8 | C | 2B |
| Octal | 141 | 172 | 174 | 26 | 2 | 0 | 63 | 270 | 14 | 53 |
| Binary | 1100001 | 1111010 | 1111100 | 10110 | 10 | 0 | 110011 | 10111000 | 1100 | 101011 |
Color Harmonies of #617A7C
Complementary color
Monochromatic Colors of #617A7C
Black with #617A7C
Text Example
Text Example
White with #617A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A7C; }
p { color: rgb(97,122,124); }
H1.HeaderClassName
{
color: #617A7C;
}
.AnyTagClassName
{
color: #617A7C;
}
</style>
background-color css
<style>
a { background-color: #617A7C; }
a { background-color: rgb(97,122,124); }
div.DivClassName
{
background-color: #617A7C;
}
.BgClassName
{
background-color: #617A7C;
}
</style>
border-color css
<style>
span { border-color: #617A7C; }
span { border-color: rgb(97,122,124); }
td.TdClassName
{
border-color: #617A7C;
}
.TagClassName
{
border-color: #617A7C;
}
</style>