Shades of Blue Bayoux #627B7F
Tints of Blue Bayoux #627B7F
RGB
CMYK
RGB Variations
Color information
#627B7F (or 0x627B7F) is known color: Blue Bayoux. HEX triplet: 62, 7B and 7F. RGB value is (98,123,127). Sum of RGB (Red+Green+Blue) = 98+123+127=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 127 - color contains mainly: blue. Hex color #627B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B7F is #9D8480. Grayscale: #737373. Windows color (decimal): -10323073 or 8354658. OLE color: 8354658.
HSL color Cylindrical-coordinate representation of color #627B7F: hue angle of 188.28º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627B7F is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 123 | 127 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.50 |
| HSL | 188.28º | 0.13% | 0.44% | - |
| HSV(B) | 188.28º | 0.23% | 0.5% | - |
| XYZ | 15.95 | 18.29 | 22.77 | - |
| YUV | 115.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 127 | 0.23 | 0.03 | 0 | 0.50 | 188.28 | 0.13 | 0.44 |
| Hex | 62 | 7B | 7F | 17 | 3 | 0 | 32 | BC | D | 2C |
| Octal | 142 | 173 | 177 | 27 | 3 | 0 | 62 | 274 | 15 | 54 |
| Binary | 1100010 | 1111011 | 1111111 | 10111 | 11 | 0 | 110010 | 10111100 | 1101 | 101100 |
Color Harmonies of #627B7F
Complementary color
Monochromatic Colors of #627B7F
Black with #627B7F
Text Example
Text Example
White with #627B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B7F; }
p { color: rgb(98,123,127); }
H1.HeaderClassName
{
color: #627B7F;
}
.AnyTagClassName
{
color: #627B7F;
}
</style>
background-color css
<style>
a { background-color: #627B7F; }
a { background-color: rgb(98,123,127); }
div.DivClassName
{
background-color: #627B7F;
}
.BgClassName
{
background-color: #627B7F;
}
</style>
border-color css
<style>
span { border-color: #627B7F; }
span { border-color: rgb(98,123,127); }
td.TdClassName
{
border-color: #627B7F;
}
.TagClassName
{
border-color: #627B7F;
}
</style>