Shades of Blue Bayoux #62727B
Tints of Blue Bayoux #62727B
RGB
CMYK
RGB Variations
Color information
#62727B (or 0x62727B) is known color: Blue Bayoux. HEX triplet: 62, 72 and 7B. RGB value is (98,114,123). Sum of RGB (Red+Green+Blue) = 98+114+123=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #62727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727B is #9D8D84. Grayscale: #6E6E6E. Windows color (decimal): -10325381 or 8090210. OLE color: 8090210.
HSL color Cylindrical-coordinate representation of color #62727B: hue angle of 201.6º 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 #62727B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 114 | 123 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.52 |
| HSL | 201.6º | 0.11% | 0.43% | - |
| HSV(B) | 201.6º | 0.2% | 0.48% | - |
| XYZ | 14.63 | 16.06 | 21.07 | - |
| YUV | 110.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 123 | 0.20 | 0.07 | 0 | 0.52 | 201.6 | 0.11 | 0.43 |
| Hex | 62 | 72 | 7B | 14 | 7 | 0 | 34 | CA | B | 2B |
| Octal | 142 | 162 | 173 | 24 | 7 | 0 | 64 | 312 | 13 | 53 |
| Binary | 1100010 | 1110010 | 1111011 | 10100 | 111 | 0 | 110100 | 11001010 | 1011 | 101011 |
Color Harmonies of #62727B
Complementary color
Monochromatic Colors of #62727B
Black with #62727B
Text Example
Text Example
White with #62727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62727B; }
p { color: rgb(98,114,123); }
H1.HeaderClassName
{
color: #62727B;
}
.AnyTagClassName
{
color: #62727B;
}
</style>
background-color css
<style>
a { background-color: #62727B; }
a { background-color: rgb(98,114,123); }
div.DivClassName
{
background-color: #62727B;
}
.BgClassName
{
background-color: #62727B;
}
</style>
border-color css
<style>
span { border-color: #62727B; }
span { border-color: rgb(98,114,123); }
td.TdClassName
{
border-color: #62727B;
}
.TagClassName
{
border-color: #62727B;
}
</style>