Shades of Blue Bayoux #627E81
Tints of Blue Bayoux #627E81
RGB
CMYK
RGB Variations
Color information
#627E81 (or 0x627E81) is known color: Blue Bayoux. HEX triplet: 62, 7E and 81. RGB value is (98,126,129). Sum of RGB (Red+Green+Blue) = 98+126+129=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #627E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E81 is #9D817E. Grayscale: #757575. Windows color (decimal): -10322303 or 8486498. OLE color: 8486498.
HSL color Cylindrical-coordinate representation of color #627E81: hue angle of 185.81º 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 #627E81 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 126 | 129 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.49 |
| HSL | 185.81º | 0.14% | 0.45% | - |
| HSV(B) | 185.81º | 0.24% | 0.51% | - |
| XYZ | 16.46 | 19.1 | 23.59 | - |
| YUV | 117.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 129 | 0.24 | 0.02 | 0 | 0.49 | 185.81 | 0.14 | 0.45 |
| Hex | 62 | 7E | 81 | 18 | 2 | 0 | 31 | BA | E | 2D |
| Octal | 142 | 176 | 201 | 30 | 2 | 0 | 61 | 272 | 16 | 55 |
| Binary | 1100010 | 1111110 | 10000001 | 11000 | 10 | 0 | 110001 | 10111010 | 1110 | 101101 |
Color Harmonies of #627E81
Complementary color
Monochromatic Colors of #627E81
Black with #627E81
Text Example
Text Example
White with #627E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E81; }
p { color: rgb(98,126,129); }
H1.HeaderClassName
{
color: #627E81;
}
.AnyTagClassName
{
color: #627E81;
}
</style>
background-color css
<style>
a { background-color: #627E81; }
a { background-color: rgb(98,126,129); }
div.DivClassName
{
background-color: #627E81;
}
.BgClassName
{
background-color: #627E81;
}
</style>
border-color css
<style>
span { border-color: #627E81; }
span { border-color: rgb(98,126,129); }
td.TdClassName
{
border-color: #627E81;
}
.TagClassName
{
border-color: #627E81;
}
</style>