Shades of Blue Bayoux #62797C
Tints of Blue Bayoux #62797C
RGB
CMYK
RGB Variations
Color information
#62797C (or 0x62797C) is known color: Blue Bayoux. HEX triplet: 62, 79 and 7C. RGB value is (98,121,124). Sum of RGB (Red+Green+Blue) = 98+121+124=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 121 (47.66% from 255 or 35.28% 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 #62797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62797C is #9D8683. Grayscale: #727272. Windows color (decimal): -10323588 or 8157538. OLE color: 8157538.
HSL color Cylindrical-coordinate representation of color #62797C: hue angle of 186.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62797C is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 121 | 124 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.51 |
| HSL | 186.92º | 0.12% | 0.44% | - |
| HSV(B) | 186.92º | 0.21% | 0.49% | - |
| XYZ | 15.51 | 17.73 | 21.67 | - |
| YUV | 114.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 124 | 0.21 | 0.02 | 0 | 0.51 | 186.92 | 0.12 | 0.44 |
| Hex | 62 | 79 | 7C | 15 | 2 | 0 | 33 | BB | C | 2C |
| Octal | 142 | 171 | 174 | 25 | 2 | 0 | 63 | 273 | 14 | 54 |
| Binary | 1100010 | 1111001 | 1111100 | 10101 | 10 | 0 | 110011 | 10111011 | 1100 | 101100 |
Color Harmonies of #62797C
Complementary color
Monochromatic Colors of #62797C
Black with #62797C
Text Example
Text Example
White with #62797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62797C; }
p { color: rgb(98,121,124); }
H1.HeaderClassName
{
color: #62797C;
}
.AnyTagClassName
{
color: #62797C;
}
</style>
background-color css
<style>
a { background-color: #62797C; }
a { background-color: rgb(98,121,124); }
div.DivClassName
{
background-color: #62797C;
}
.BgClassName
{
background-color: #62797C;
}
</style>
border-color css
<style>
span { border-color: #62797C; }
span { border-color: rgb(98,121,124); }
td.TdClassName
{
border-color: #62797C;
}
.TagClassName
{
border-color: #62797C;
}
</style>