Shades of Blue Bayoux #62737B
Tints of Blue Bayoux #62737B
RGB
CMYK
RGB Variations
Color information
#62737B (or 0x62737B) is known color: Blue Bayoux. HEX triplet: 62, 73 and 7B. RGB value is (98,115,123). Sum of RGB (Red+Green+Blue) = 98+115+123=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #62737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62737B is #9D8C84. Grayscale: #6E6E6E. Windows color (decimal): -10325125 or 8090466. OLE color: 8090466.
HSL color Cylindrical-coordinate representation of color #62737B: hue angle of 199.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62737B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 115 | 123 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.52 |
| HSL | 199.2º | 0.11% | 0.43% | - |
| HSV(B) | 199.2º | 0.2% | 0.48% | - |
| XYZ | 14.74 | 16.29 | 21.11 | - |
| YUV | 110.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 123 | 0.20 | 0.07 | 0 | 0.52 | 199.2 | 0.11 | 0.43 |
| Hex | 62 | 73 | 7B | 14 | 7 | 0 | 34 | C7 | B | 2B |
| Octal | 142 | 163 | 173 | 24 | 7 | 0 | 64 | 307 | 13 | 53 |
| Binary | 1100010 | 1110011 | 1111011 | 10100 | 111 | 0 | 110100 | 11000111 | 1011 | 101011 |
Color Harmonies of #62737B
Complementary color
Monochromatic Colors of #62737B
Black with #62737B
Text Example
Text Example
White with #62737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62737B; }
p { color: rgb(98,115,123); }
H1.HeaderClassName
{
color: #62737B;
}
.AnyTagClassName
{
color: #62737B;
}
</style>
background-color css
<style>
a { background-color: #62737B; }
a { background-color: rgb(98,115,123); }
div.DivClassName
{
background-color: #62737B;
}
.BgClassName
{
background-color: #62737B;
}
</style>
border-color css
<style>
span { border-color: #62737B; }
span { border-color: rgb(98,115,123); }
td.TdClassName
{
border-color: #62737B;
}
.TagClassName
{
border-color: #62737B;
}
</style>