Shades of Blue Bayoux #627A7E
Tints of Blue Bayoux #627A7E
RGB
CMYK
RGB Variations
Color information
#627A7E (or 0x627A7E) is known color: Blue Bayoux. HEX triplet: 62, 7A and 7E. RGB value is (98,122,126). Sum of RGB (Red+Green+Blue) = 98+122+126=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #627A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A7E is #9D8581. Grayscale: #737373. Windows color (decimal): -10323330 or 8288866. OLE color: 8288866.
HSL color Cylindrical-coordinate representation of color #627A7E: hue angle of 188.57º 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 #627A7E is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 122 | 126 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.51 |
| HSL | 188.57º | 0.13% | 0.44% | - |
| HSV(B) | 188.57º | 0.22% | 0.49% | - |
| XYZ | 15.76 | 18.02 | 22.39 | - |
| YUV | 115.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 126 | 0.22 | 0.03 | 0 | 0.51 | 188.57 | 0.13 | 0.44 |
| Hex | 62 | 7A | 7E | 16 | 3 | 0 | 33 | BD | C | 2C |
| Octal | 142 | 172 | 176 | 26 | 3 | 0 | 63 | 275 | 14 | 54 |
| Binary | 1100010 | 1111010 | 1111110 | 10110 | 11 | 0 | 110011 | 10111101 | 1100 | 101100 |
Color Harmonies of #627A7E
Complementary color
Monochromatic Colors of #627A7E
Black with #627A7E
Text Example
Text Example
White with #627A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A7E; }
p { color: rgb(98,122,126); }
H1.HeaderClassName
{
color: #627A7E;
}
.AnyTagClassName
{
color: #627A7E;
}
</style>
background-color css
<style>
a { background-color: #627A7E; }
a { background-color: rgb(98,122,126); }
div.DivClassName
{
background-color: #627A7E;
}
.BgClassName
{
background-color: #627A7E;
}
</style>
border-color css
<style>
span { border-color: #627A7E; }
span { border-color: rgb(98,122,126); }
td.TdClassName
{
border-color: #627A7E;
}
.TagClassName
{
border-color: #627A7E;
}
</style>