Shades of Blue Bayoux #62747F
Tints of Blue Bayoux #62747F
RGB
CMYK
RGB Variations
Color information
#62747F (or 0x62747F) is known color: Blue Bayoux. HEX triplet: 62, 74 and 7F. RGB value is (98,116,127). Sum of RGB (Red+Green+Blue) = 98+116+127=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #62747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747F is #9D8B80. Grayscale: #6F6F6F. Windows color (decimal): -10324865 or 8352866. OLE color: 8352866.
HSL color Cylindrical-coordinate representation of color #62747F: hue angle of 202.76º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62747F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 116 | 127 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.50 |
| HSL | 202.76º | 0.13% | 0.44% | - |
| HSV(B) | 202.76º | 0.23% | 0.5% | - |
| XYZ | 15.11 | 16.62 | 22.49 | - |
| YUV | 111.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 127 | 0.23 | 0.09 | 0 | 0.50 | 202.76 | 0.13 | 0.44 |
| Hex | 62 | 74 | 7F | 17 | 9 | 0 | 32 | CB | D | 2C |
| Octal | 142 | 164 | 177 | 27 | 11 | 0 | 62 | 313 | 15 | 54 |
| Binary | 1100010 | 1110100 | 1111111 | 10111 | 1001 | 0 | 110010 | 11001011 | 1101 | 101100 |
Color Harmonies of #62747F
Complementary color
Monochromatic Colors of #62747F
Black with #62747F
Text Example
Text Example
White with #62747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62747F; }
p { color: rgb(98,116,127); }
H1.HeaderClassName
{
color: #62747F;
}
.AnyTagClassName
{
color: #62747F;
}
</style>
background-color css
<style>
a { background-color: #62747F; }
a { background-color: rgb(98,116,127); }
div.DivClassName
{
background-color: #62747F;
}
.BgClassName
{
background-color: #62747F;
}
</style>
border-color css
<style>
span { border-color: #62747F; }
span { border-color: rgb(98,116,127); }
td.TdClassName
{
border-color: #62747F;
}
.TagClassName
{
border-color: #62747F;
}
</style>