Shades of Blue Bayoux #627882
Tints of Blue Bayoux #627882
RGB
CMYK
RGB Variations
Color information
#627882 (or 0x627882) is known color: Blue Bayoux. HEX triplet: 62, 78 and 82. RGB value is (98,120,130). Sum of RGB (Red+Green+Blue) = 98+120+130=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #627882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627882 is #9D877D. Grayscale: #727272. Windows color (decimal): -10323838 or 8550498. OLE color: 8550498.
HSL color Cylindrical-coordinate representation of color #627882: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627882 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 120 | 130 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.49 |
| HSL | 198.75º | 0.14% | 0.45% | - |
| HSV(B) | 198.75º | 0.25% | 0.51% | - |
| XYZ | 15.78 | 17.64 | 23.69 | - |
| YUV | 114.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 130 | 0.25 | 0.08 | 0 | 0.49 | 198.75 | 0.14 | 0.45 |
| Hex | 62 | 78 | 82 | 19 | 8 | 0 | 31 | C7 | E | 2D |
| Octal | 142 | 170 | 202 | 31 | 10 | 0 | 61 | 307 | 16 | 55 |
| Binary | 1100010 | 1111000 | 10000010 | 11001 | 1000 | 0 | 110001 | 11000111 | 1110 | 101101 |
Color Harmonies of #627882
Complementary color
Monochromatic Colors of #627882
Black with #627882
Text Example
Text Example
White with #627882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627882; }
p { color: rgb(98,120,130); }
H1.HeaderClassName
{
color: #627882;
}
.AnyTagClassName
{
color: #627882;
}
</style>
background-color css
<style>
a { background-color: #627882; }
a { background-color: rgb(98,120,130); }
div.DivClassName
{
background-color: #627882;
}
.BgClassName
{
background-color: #627882;
}
</style>
border-color css
<style>
span { border-color: #627882; }
span { border-color: rgb(98,120,130); }
td.TdClassName
{
border-color: #627882;
}
.TagClassName
{
border-color: #627882;
}
</style>