Shades of Blue Bayoux #627A7F
Tints of Blue Bayoux #627A7F
RGB
CMYK
RGB Variations
Color information
#627A7F (or 0x627A7F) is known color: Blue Bayoux. HEX triplet: 62, 7A and 7F. RGB value is (98,122,127). Sum of RGB (Red+Green+Blue) = 98+122+127=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #627A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A7F is #9D8580. Grayscale: #737373. Windows color (decimal): -10323329 or 8354402. OLE color: 8354402.
HSL color Cylindrical-coordinate representation of color #627A7F: hue angle of 190.34º 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 #627A7F is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 122 | 127 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.50 |
| HSL | 190.34º | 0.13% | 0.44% | - |
| HSV(B) | 190.34º | 0.23% | 0.5% | - |
| XYZ | 15.83 | 18.05 | 22.73 | - |
| YUV | 115.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 127 | 0.23 | 0.04 | 0 | 0.50 | 190.34 | 0.13 | 0.44 |
| Hex | 62 | 7A | 7F | 17 | 4 | 0 | 32 | BE | D | 2C |
| Octal | 142 | 172 | 177 | 27 | 4 | 0 | 62 | 276 | 15 | 54 |
| Binary | 1100010 | 1111010 | 1111111 | 10111 | 100 | 0 | 110010 | 10111110 | 1101 | 101100 |
Color Harmonies of #627A7F
Complementary color
Monochromatic Colors of #627A7F
Black with #627A7F
Text Example
Text Example
White with #627A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A7F; }
p { color: rgb(98,122,127); }
H1.HeaderClassName
{
color: #627A7F;
}
.AnyTagClassName
{
color: #627A7F;
}
</style>
background-color css
<style>
a { background-color: #627A7F; }
a { background-color: rgb(98,122,127); }
div.DivClassName
{
background-color: #627A7F;
}
.BgClassName
{
background-color: #627A7F;
}
</style>
border-color css
<style>
span { border-color: #627A7F; }
span { border-color: rgb(98,122,127); }
td.TdClassName
{
border-color: #627A7F;
}
.TagClassName
{
border-color: #627A7F;
}
</style>