Shades of Blue Bayoux #62747E
Tints of Blue Bayoux #62747E
RGB
CMYK
RGB Variations
Color information
#62747E (or 0x62747E) is known color: Blue Bayoux. HEX triplet: 62, 74 and 7E. RGB value is (98,116,126). Sum of RGB (Red+Green+Blue) = 98+116+126=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #62747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747E is #9D8B81. Grayscale: #6F6F6F. Windows color (decimal): -10324866 or 8287330. OLE color: 8287330.
HSL color Cylindrical-coordinate representation of color #62747E: hue angle of 201.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 #62747E is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 116 | 126 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.51 |
| HSL | 201.43º | 0.13% | 0.44% | - |
| HSV(B) | 201.43º | 0.22% | 0.49% | - |
| XYZ | 15.05 | 16.59 | 22.15 | - |
| YUV | 111.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 126 | 0.22 | 0.08 | 0 | 0.51 | 201.43 | 0.13 | 0.44 |
| Hex | 62 | 74 | 7E | 16 | 8 | 0 | 33 | C9 | C | 2C |
| Octal | 142 | 164 | 176 | 26 | 10 | 0 | 63 | 311 | 14 | 54 |
| Binary | 1100010 | 1110100 | 1111110 | 10110 | 1000 | 0 | 110011 | 11001001 | 1100 | 101100 |
Color Harmonies of #62747E
Complementary color
Monochromatic Colors of #62747E
Black with #62747E
Text Example
Text Example
White with #62747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62747E; }
p { color: rgb(98,116,126); }
H1.HeaderClassName
{
color: #62747E;
}
.AnyTagClassName
{
color: #62747E;
}
</style>
background-color css
<style>
a { background-color: #62747E; }
a { background-color: rgb(98,116,126); }
div.DivClassName
{
background-color: #62747E;
}
.BgClassName
{
background-color: #62747E;
}
</style>
border-color css
<style>
span { border-color: #62747E; }
span { border-color: rgb(98,116,126); }
td.TdClassName
{
border-color: #62747E;
}
.TagClassName
{
border-color: #62747E;
}
</style>