Shades of Blue Bayoux #62777A
Tints of Blue Bayoux #62777A
RGB
CMYK
RGB Variations
Color information
#62777A (or 0x62777A) is known color: Blue Bayoux. HEX triplet: 62, 77 and 7A. RGB value is (98,119,122). Sum of RGB (Red+Green+Blue) = 98+119+122=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #62777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62777A is #9D8885. Grayscale: #717171. Windows color (decimal): -10324102 or 8025954. OLE color: 8025954.
HSL color Cylindrical-coordinate representation of color #62777A: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62777A is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 119 | 122 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.52 |
| HSL | 187.5º | 0.11% | 0.43% | - |
| HSV(B) | 187.5º | 0.2% | 0.48% | - |
| XYZ | 15.15 | 17.2 | 20.93 | - |
| YUV | 113.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 122 | 0.20 | 0.02 | 0 | 0.52 | 187.5 | 0.11 | 0.43 |
| Hex | 62 | 77 | 7A | 14 | 2 | 0 | 34 | BC | B | 2B |
| Octal | 142 | 167 | 172 | 24 | 2 | 0 | 64 | 274 | 13 | 53 |
| Binary | 1100010 | 1110111 | 1111010 | 10100 | 10 | 0 | 110100 | 10111100 | 1011 | 101011 |
Color Harmonies of #62777A
Complementary color
Monochromatic Colors of #62777A
Black with #62777A
Text Example
Text Example
White with #62777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62777A; }
p { color: rgb(98,119,122); }
H1.HeaderClassName
{
color: #62777A;
}
.AnyTagClassName
{
color: #62777A;
}
</style>
background-color css
<style>
a { background-color: #62777A; }
a { background-color: rgb(98,119,122); }
div.DivClassName
{
background-color: #62777A;
}
.BgClassName
{
background-color: #62777A;
}
</style>
border-color css
<style>
span { border-color: #62777A; }
span { border-color: rgb(98,119,122); }
td.TdClassName
{
border-color: #62777A;
}
.TagClassName
{
border-color: #62777A;
}
</style>