Shades of Blue Bayoux #61727C
Tints of Blue Bayoux #61727C
RGB
CMYK
RGB Variations
Color information
#61727C (or 0x61727C) is known color: Blue Bayoux. HEX triplet: 61, 72 and 7C. RGB value is (97,114,124). Sum of RGB (Red+Green+Blue) = 97+114+124=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #61727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61727C is #9E8D83. Grayscale: #6D6D6D. Windows color (decimal): -10390916 or 8155745. OLE color: 8155745.
HSL color Cylindrical-coordinate representation of color #61727C: hue angle of 202.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 #61727C is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 114 | 124 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.51 |
| HSL | 202.22º | 0.12% | 0.43% | - |
| HSV(B) | 202.22º | 0.22% | 0.49% | - |
| XYZ | 14.59 | 16.03 | 21.39 | - |
| YUV | 110.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 124 | 0.22 | 0.08 | 0 | 0.51 | 202.22 | 0.12 | 0.43 |
| Hex | 61 | 72 | 7C | 16 | 8 | 0 | 33 | CA | C | 2B |
| Octal | 141 | 162 | 174 | 26 | 10 | 0 | 63 | 312 | 14 | 53 |
| Binary | 1100001 | 1110010 | 1111100 | 10110 | 1000 | 0 | 110011 | 11001010 | 1100 | 101011 |
Color Harmonies of #61727C
Complementary color
Monochromatic Colors of #61727C
Black with #61727C
Text Example
Text Example
White with #61727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61727C; }
p { color: rgb(97,114,124); }
H1.HeaderClassName
{
color: #61727C;
}
.AnyTagClassName
{
color: #61727C;
}
</style>
background-color css
<style>
a { background-color: #61727C; }
a { background-color: rgb(97,114,124); }
div.DivClassName
{
background-color: #61727C;
}
.BgClassName
{
background-color: #61727C;
}
</style>
border-color css
<style>
span { border-color: #61727C; }
span { border-color: rgb(97,114,124); }
td.TdClassName
{
border-color: #61727C;
}
.TagClassName
{
border-color: #61727C;
}
</style>