Shades of Blue Bayoux #627D7F
Tints of Blue Bayoux #627D7F
RGB
CMYK
RGB Variations
Color information
#627D7F (or 0x627D7F) is known color: Blue Bayoux. HEX triplet: 62, 7D and 7F. RGB value is (98,125,127). Sum of RGB (Red+Green+Blue) = 98+125+127=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #627D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D7F is #9D8280. Grayscale: #757575. Windows color (decimal): -10322561 or 8355170. OLE color: 8355170.
HSL color Cylindrical-coordinate representation of color #627D7F: hue angle of 184.14º 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 #627D7F is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 125 | 127 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.50 |
| HSL | 184.14º | 0.13% | 0.44% | - |
| HSV(B) | 184.14º | 0.23% | 0.5% | - |
| XYZ | 16.2 | 18.8 | 22.85 | - |
| YUV | 117.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 127 | 0.23 | 0.02 | 0 | 0.50 | 184.14 | 0.13 | 0.44 |
| Hex | 62 | 7D | 7F | 17 | 2 | 0 | 32 | B8 | D | 2C |
| Octal | 142 | 175 | 177 | 27 | 2 | 0 | 62 | 270 | 15 | 54 |
| Binary | 1100010 | 1111101 | 1111111 | 10111 | 10 | 0 | 110010 | 10111000 | 1101 | 101100 |
Color Harmonies of #627D7F
Complementary color
Monochromatic Colors of #627D7F
Black with #627D7F
Text Example
Text Example
White with #627D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D7F; }
p { color: rgb(98,125,127); }
H1.HeaderClassName
{
color: #627D7F;
}
.AnyTagClassName
{
color: #627D7F;
}
</style>
background-color css
<style>
a { background-color: #627D7F; }
a { background-color: rgb(98,125,127); }
div.DivClassName
{
background-color: #627D7F;
}
.BgClassName
{
background-color: #627D7F;
}
</style>
border-color css
<style>
span { border-color: #627D7F; }
span { border-color: rgb(98,125,127); }
td.TdClassName
{
border-color: #627D7F;
}
.TagClassName
{
border-color: #627D7F;
}
</style>