Shades of Blue Bayoux #627E7F
Tints of Blue Bayoux #627E7F
RGB
CMYK
RGB Variations
Color information
#627E7F (or 0x627E7F) is known color: Blue Bayoux. HEX triplet: 62, 7E and 7F. RGB value is (98,126,127). Sum of RGB (Red+Green+Blue) = 98+126+127=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #627E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627E7F is #9D8180. Grayscale: #757575. Windows color (decimal): -10322305 or 8355426. OLE color: 8355426.
HSL color Cylindrical-coordinate representation of color #627E7F: hue angle of 182.07º 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 #627E7F is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 126 | 127 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.50 |
| HSL | 182.07º | 0.13% | 0.44% | - |
| HSV(B) | 182.07º | 0.23% | 0.5% | - |
| XYZ | 16.33 | 19.05 | 22.9 | - |
| YUV | 117.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 127 | 0.23 | 0.01 | 0 | 0.50 | 182.07 | 0.13 | 0.44 |
| Hex | 62 | 7E | 7F | 17 | 1 | 0 | 32 | B6 | D | 2C |
| Octal | 142 | 176 | 177 | 27 | 1 | 0 | 62 | 266 | 15 | 54 |
| Binary | 1100010 | 1111110 | 1111111 | 10111 | 1 | 0 | 110010 | 10110110 | 1101 | 101100 |
Color Harmonies of #627E7F
Complementary color
Monochromatic Colors of #627E7F
Black with #627E7F
Text Example
Text Example
White with #627E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E7F; }
p { color: rgb(98,126,127); }
H1.HeaderClassName
{
color: #627E7F;
}
.AnyTagClassName
{
color: #627E7F;
}
</style>
background-color css
<style>
a { background-color: #627E7F; }
a { background-color: rgb(98,126,127); }
div.DivClassName
{
background-color: #627E7F;
}
.BgClassName
{
background-color: #627E7F;
}
</style>
border-color css
<style>
span { border-color: #627E7F; }
span { border-color: rgb(98,126,127); }
td.TdClassName
{
border-color: #627E7F;
}
.TagClassName
{
border-color: #627E7F;
}
</style>