Shades of Blue Bayoux #62777F
Tints of Blue Bayoux #62777F
RGB
CMYK
RGB Variations
Color information
#62777F (or 0x62777F) is known color: Blue Bayoux. HEX triplet: 62, 77 and 7F. RGB value is (98,119,127). Sum of RGB (Red+Green+Blue) = 98+119+127=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #62777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62777F is #9D8880. Grayscale: #717171. Windows color (decimal): -10324097 or 8353634. OLE color: 8353634.
HSL color Cylindrical-coordinate representation of color #62777F: hue angle of 196.55º 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 #62777F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 119 | 127 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.50 |
| HSL | 196.55º | 0.13% | 0.44% | - |
| HSV(B) | 196.55º | 0.23% | 0.5% | - |
| XYZ | 15.46 | 17.32 | 22.61 | - |
| YUV | 113.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 127 | 0.23 | 0.06 | 0 | 0.50 | 196.55 | 0.13 | 0.44 |
| Hex | 62 | 77 | 7F | 17 | 6 | 0 | 32 | C5 | D | 2C |
| Octal | 142 | 167 | 177 | 27 | 6 | 0 | 62 | 305 | 15 | 54 |
| Binary | 1100010 | 1110111 | 1111111 | 10111 | 110 | 0 | 110010 | 11000101 | 1101 | 101100 |
Color Harmonies of #62777F
Complementary color
Monochromatic Colors of #62777F
Black with #62777F
Text Example
Text Example
White with #62777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62777F; }
p { color: rgb(98,119,127); }
H1.HeaderClassName
{
color: #62777F;
}
.AnyTagClassName
{
color: #62777F;
}
</style>
background-color css
<style>
a { background-color: #62777F; }
a { background-color: rgb(98,119,127); }
div.DivClassName
{
background-color: #62777F;
}
.BgClassName
{
background-color: #62777F;
}
</style>
border-color css
<style>
span { border-color: #62777F; }
span { border-color: rgb(98,119,127); }
td.TdClassName
{
border-color: #62777F;
}
.TagClassName
{
border-color: #62777F;
}
</style>