Shades of Blue Bayoux #627981
Tints of Blue Bayoux #627981
RGB
CMYK
RGB Variations
Color information
#627981 (or 0x627981) is known color: Blue Bayoux. HEX triplet: 62, 79 and 81. RGB value is (98,121,129). Sum of RGB (Red+Green+Blue) = 98+121+129=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 129 - color contains mainly: blue. Hex color #627981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627981 is #9D867E. Grayscale: #727272. Windows color (decimal): -10323583 or 8485218. OLE color: 8485218.
HSL color Cylindrical-coordinate representation of color #627981: hue angle of 195.48º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627981 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 121 | 129 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.49 |
| HSL | 195.48º | 0.14% | 0.45% | - |
| HSV(B) | 195.48º | 0.24% | 0.51% | - |
| XYZ | 15.84 | 17.86 | 23.38 | - |
| YUV | 115.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 129 | 0.24 | 0.06 | 0 | 0.49 | 195.48 | 0.14 | 0.45 |
| Hex | 62 | 79 | 81 | 18 | 6 | 0 | 31 | C3 | E | 2D |
| Octal | 142 | 171 | 201 | 30 | 6 | 0 | 61 | 303 | 16 | 55 |
| Binary | 1100010 | 1111001 | 10000001 | 11000 | 110 | 0 | 110001 | 11000011 | 1110 | 101101 |
Color Harmonies of #627981
Complementary color
Monochromatic Colors of #627981
Black with #627981
Text Example
Text Example
White with #627981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627981; }
p { color: rgb(98,121,129); }
H1.HeaderClassName
{
color: #627981;
}
.AnyTagClassName
{
color: #627981;
}
</style>
background-color css
<style>
a { background-color: #627981; }
a { background-color: rgb(98,121,129); }
div.DivClassName
{
background-color: #627981;
}
.BgClassName
{
background-color: #627981;
}
</style>
border-color css
<style>
span { border-color: #627981; }
span { border-color: rgb(98,121,129); }
td.TdClassName
{
border-color: #627981;
}
.TagClassName
{
border-color: #627981;
}
</style>