Shades of Blue Bayoux #62797F
Tints of Blue Bayoux #62797F
RGB
CMYK
RGB Variations
Color information
#62797F (or 0x62797F) is known color: Blue Bayoux. HEX triplet: 62, 79 and 7F. RGB value is (98,121,127). Sum of RGB (Red+Green+Blue) = 98+121+127=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #62797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62797F is #9D8680. Grayscale: #727272. Windows color (decimal): -10323585 or 8354146. OLE color: 8354146.
HSL color Cylindrical-coordinate representation of color #62797F: hue angle of 192.41º 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 #62797F is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 121 | 127 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.50 |
| HSL | 192.41º | 0.13% | 0.44% | - |
| HSV(B) | 192.41º | 0.23% | 0.5% | - |
| XYZ | 15.71 | 17.8 | 22.69 | - |
| YUV | 114.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 127 | 0.23 | 0.05 | 0 | 0.50 | 192.41 | 0.13 | 0.44 |
| Hex | 62 | 79 | 7F | 17 | 5 | 0 | 32 | C0 | D | 2C |
| Octal | 142 | 171 | 177 | 27 | 5 | 0 | 62 | 300 | 15 | 54 |
| Binary | 1100010 | 1111001 | 1111111 | 10111 | 101 | 0 | 110010 | 11000000 | 1101 | 101100 |
Color Harmonies of #62797F
Complementary color
Monochromatic Colors of #62797F
Black with #62797F
Text Example
Text Example
White with #62797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62797F; }
p { color: rgb(98,121,127); }
H1.HeaderClassName
{
color: #62797F;
}
.AnyTagClassName
{
color: #62797F;
}
</style>
background-color css
<style>
a { background-color: #62797F; }
a { background-color: rgb(98,121,127); }
div.DivClassName
{
background-color: #62797F;
}
.BgClassName
{
background-color: #62797F;
}
</style>
border-color css
<style>
span { border-color: #62797F; }
span { border-color: rgb(98,121,127); }
td.TdClassName
{
border-color: #62797F;
}
.TagClassName
{
border-color: #62797F;
}
</style>