Shades of Blue Bayoux #627B81
Tints of Blue Bayoux #627B81
RGB
CMYK
RGB Variations
Color information
#627B81 (or 0x627B81) is known color: Blue Bayoux. HEX triplet: 62, 7B and 81. RGB value is (98,123,129). Sum of RGB (Red+Green+Blue) = 98+123+129=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #627B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B81 is #9D847E. Grayscale: #747474. Windows color (decimal): -10323071 or 8485730. OLE color: 8485730.
HSL color Cylindrical-coordinate representation of color #627B81: hue angle of 191.61º 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 #627B81 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 123 | 129 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.49 |
| HSL | 191.61º | 0.14% | 0.45% | - |
| HSV(B) | 191.61º | 0.24% | 0.51% | - |
| XYZ | 16.08 | 18.35 | 23.46 | - |
| YUV | 116.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 129 | 0.24 | 0.05 | 0 | 0.49 | 191.61 | 0.14 | 0.45 |
| Hex | 62 | 7B | 81 | 18 | 5 | 0 | 31 | C0 | E | 2D |
| Octal | 142 | 173 | 201 | 30 | 5 | 0 | 61 | 300 | 16 | 55 |
| Binary | 1100010 | 1111011 | 10000001 | 11000 | 101 | 0 | 110001 | 11000000 | 1110 | 101101 |
Color Harmonies of #627B81
Complementary color
Monochromatic Colors of #627B81
Black with #627B81
Text Example
Text Example
White with #627B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B81; }
p { color: rgb(98,123,129); }
H1.HeaderClassName
{
color: #627B81;
}
.AnyTagClassName
{
color: #627B81;
}
</style>
background-color css
<style>
a { background-color: #627B81; }
a { background-color: rgb(98,123,129); }
div.DivClassName
{
background-color: #627B81;
}
.BgClassName
{
background-color: #627B81;
}
</style>
border-color css
<style>
span { border-color: #627B81; }
span { border-color: rgb(98,123,129); }
td.TdClassName
{
border-color: #627B81;
}
.TagClassName
{
border-color: #627B81;
}
</style>