Shades of Blue Bayoux #62767C
Tints of Blue Bayoux #62767C
RGB
CMYK
RGB Variations
Color information
#62767C (or 0x62767C) is known color: Blue Bayoux. HEX triplet: 62, 76 and 7C. RGB value is (98,118,124). Sum of RGB (Red+Green+Blue) = 98+118+124=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #62767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62767C is #9D8983. Grayscale: #707070. Windows color (decimal): -10324356 or 8156770. OLE color: 8156770.
HSL color Cylindrical-coordinate representation of color #62767C: hue angle of 193.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62767C is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 118 | 124 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.51 |
| HSL | 193.85º | 0.12% | 0.44% | - |
| HSV(B) | 193.85º | 0.21% | 0.49% | - |
| XYZ | 15.15 | 17.01 | 21.55 | - |
| YUV | 112.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 124 | 0.21 | 0.05 | 0 | 0.51 | 193.85 | 0.12 | 0.44 |
| Hex | 62 | 76 | 7C | 15 | 5 | 0 | 33 | C2 | C | 2C |
| Octal | 142 | 166 | 174 | 25 | 5 | 0 | 63 | 302 | 14 | 54 |
| Binary | 1100010 | 1110110 | 1111100 | 10101 | 101 | 0 | 110011 | 11000010 | 1100 | 101100 |
Color Harmonies of #62767C
Complementary color
Monochromatic Colors of #62767C
Black with #62767C
Text Example
Text Example
White with #62767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62767C; }
p { color: rgb(98,118,124); }
H1.HeaderClassName
{
color: #62767C;
}
.AnyTagClassName
{
color: #62767C;
}
</style>
background-color css
<style>
a { background-color: #62767C; }
a { background-color: rgb(98,118,124); }
div.DivClassName
{
background-color: #62767C;
}
.BgClassName
{
background-color: #62767C;
}
</style>
border-color css
<style>
span { border-color: #62767C; }
span { border-color: rgb(98,118,124); }
td.TdClassName
{
border-color: #62767C;
}
.TagClassName
{
border-color: #62767C;
}
</style>