Shades of Blue Bayoux #62737E
Tints of Blue Bayoux #62737E
RGB
CMYK
RGB Variations
Color information
#62737E (or 0x62737E) is known color: Blue Bayoux. HEX triplet: 62, 73 and 7E. RGB value is (98,115,126). Sum of RGB (Red+Green+Blue) = 98+115+126=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #62737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62737E is #9D8C81. Grayscale: #6F6F6F. Windows color (decimal): -10325122 or 8287074. OLE color: 8287074.
HSL color Cylindrical-coordinate representation of color #62737E: hue angle of 203.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 #62737E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 115 | 126 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.51 |
| HSL | 203.57º | 0.13% | 0.44% | - |
| HSV(B) | 203.57º | 0.22% | 0.49% | - |
| XYZ | 14.93 | 16.36 | 22.11 | - |
| YUV | 111.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 126 | 0.22 | 0.09 | 0 | 0.51 | 203.57 | 0.13 | 0.44 |
| Hex | 62 | 73 | 7E | 16 | 9 | 0 | 33 | CC | C | 2C |
| Octal | 142 | 163 | 176 | 26 | 11 | 0 | 63 | 314 | 14 | 54 |
| Binary | 1100010 | 1110011 | 1111110 | 10110 | 1001 | 0 | 110011 | 11001100 | 1100 | 101100 |
Color Harmonies of #62737E
Complementary color
Monochromatic Colors of #62737E
Black with #62737E
Text Example
Text Example
White with #62737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62737E; }
p { color: rgb(98,115,126); }
H1.HeaderClassName
{
color: #62737E;
}
.AnyTagClassName
{
color: #62737E;
}
</style>
background-color css
<style>
a { background-color: #62737E; }
a { background-color: rgb(98,115,126); }
div.DivClassName
{
background-color: #62737E;
}
.BgClassName
{
background-color: #62737E;
}
</style>
border-color css
<style>
span { border-color: #62737E; }
span { border-color: rgb(98,115,126); }
td.TdClassName
{
border-color: #62737E;
}
.TagClassName
{
border-color: #62737E;
}
</style>