Shades of Blue Bayoux #627B7E
Tints of Blue Bayoux #627B7E
RGB
CMYK
RGB Variations
Color information
#627B7E (or 0x627B7E) is known color: Blue Bayoux. HEX triplet: 62, 7B and 7E. RGB value is (98,123,126). Sum of RGB (Red+Green+Blue) = 98+123+126=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #627B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B7E is #9D8481. Grayscale: #737373. Windows color (decimal): -10323074 or 8289122. OLE color: 8289122.
HSL color Cylindrical-coordinate representation of color #627B7E: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627B7E is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 123 | 126 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.51 |
| HSL | 186.43º | 0.13% | 0.44% | - |
| HSV(B) | 186.43º | 0.22% | 0.49% | - |
| XYZ | 15.89 | 18.27 | 22.43 | - |
| YUV | 115.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 126 | 0.22 | 0.02 | 0 | 0.51 | 186.43 | 0.13 | 0.44 |
| Hex | 62 | 7B | 7E | 16 | 2 | 0 | 33 | BA | C | 2C |
| Octal | 142 | 173 | 176 | 26 | 2 | 0 | 63 | 272 | 14 | 54 |
| Binary | 1100010 | 1111011 | 1111110 | 10110 | 10 | 0 | 110011 | 10111010 | 1100 | 101100 |
Color Harmonies of #627B7E
Complementary color
Monochromatic Colors of #627B7E
Black with #627B7E
Text Example
Text Example
White with #627B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B7E; }
p { color: rgb(98,123,126); }
H1.HeaderClassName
{
color: #627B7E;
}
.AnyTagClassName
{
color: #627B7E;
}
</style>
background-color css
<style>
a { background-color: #627B7E; }
a { background-color: rgb(98,123,126); }
div.DivClassName
{
background-color: #627B7E;
}
.BgClassName
{
background-color: #627B7E;
}
</style>
border-color css
<style>
span { border-color: #627B7E; }
span { border-color: rgb(98,123,126); }
td.TdClassName
{
border-color: #627B7E;
}
.TagClassName
{
border-color: #627B7E;
}
</style>