Shades of Blue Bayoux #627179
Tints of Blue Bayoux #627179
RGB
CMYK
RGB Variations
Color information
#627179 (or 0x627179) is known color: Blue Bayoux. HEX triplet: 62, 71 and 79. RGB value is (98,113,121). Sum of RGB (Red+Green+Blue) = 98+113+121=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #627179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627179 is #9D8E86. Grayscale: #6D6D6D. Windows color (decimal): -10325639 or 7958882. OLE color: 7958882.
HSL color Cylindrical-coordinate representation of color #627179: hue angle of 200.87º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #627179 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 113 | 121 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.53 |
| HSL | 200.87º | 0.11% | 0.43% | - |
| HSV(B) | 200.87º | 0.19% | 0.47% | - |
| XYZ | 14.39 | 15.79 | 20.38 | - |
| YUV | 109.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 121 | 0.19 | 0.07 | 0 | 0.53 | 200.87 | 0.11 | 0.43 |
| Hex | 62 | 71 | 79 | 13 | 7 | 0 | 35 | C9 | B | 2B |
| Octal | 142 | 161 | 171 | 23 | 7 | 0 | 65 | 311 | 13 | 53 |
| Binary | 1100010 | 1110001 | 1111001 | 10011 | 111 | 0 | 110101 | 11001001 | 1011 | 101011 |
Color Harmonies of #627179
Complementary color
Monochromatic Colors of #627179
Black with #627179
Text Example
Text Example
White with #627179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627179; }
p { color: rgb(98,113,121); }
H1.HeaderClassName
{
color: #627179;
}
.AnyTagClassName
{
color: #627179;
}
</style>
background-color css
<style>
a { background-color: #627179; }
a { background-color: rgb(98,113,121); }
div.DivClassName
{
background-color: #627179;
}
.BgClassName
{
background-color: #627179;
}
</style>
border-color css
<style>
span { border-color: #627179; }
span { border-color: rgb(98,113,121); }
td.TdClassName
{
border-color: #627179;
}
.TagClassName
{
border-color: #627179;
}
</style>