Shades of Blue Bayoux #627078
Tints of Blue Bayoux #627078
RGB
CMYK
RGB Variations
Color information
#627078 (or 0x627078) is known color: Blue Bayoux. HEX triplet: 62, 70 and 78. RGB value is (98,112,120). Sum of RGB (Red+Green+Blue) = 98+112+120=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #627078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627078 is #9D8F87. Grayscale: #6C6C6C. Windows color (decimal): -10325896 or 7893090. OLE color: 7893090.
HSL color Cylindrical-coordinate representation of color #627078: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627078 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 112 | 120 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.53 |
| HSL | 201.82º | 0.1% | 0.43% | - |
| HSV(B) | 201.82º | 0.18% | 0.47% | - |
| XYZ | 14.22 | 15.54 | 20.02 | - |
| YUV | 108.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 120 | 0.18 | 0.07 | 0 | 0.53 | 201.82 | 0.1 | 0.43 |
| Hex | 62 | 70 | 78 | 12 | 7 | 0 | 35 | CA | A | 2B |
| Octal | 142 | 160 | 170 | 22 | 7 | 0 | 65 | 312 | 12 | 53 |
| Binary | 1100010 | 1110000 | 1111000 | 10010 | 111 | 0 | 110101 | 11001010 | 1010 | 101011 |
Color Harmonies of #627078
Complementary color
Monochromatic Colors of #627078
Black with #627078
Text Example
Text Example
White with #627078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627078; }
p { color: rgb(98,112,120); }
H1.HeaderClassName
{
color: #627078;
}
.AnyTagClassName
{
color: #627078;
}
</style>
background-color css
<style>
a { background-color: #627078; }
a { background-color: rgb(98,112,120); }
div.DivClassName
{
background-color: #627078;
}
.BgClassName
{
background-color: #627078;
}
</style>
border-color css
<style>
span { border-color: #627078; }
span { border-color: rgb(98,112,120); }
td.TdClassName
{
border-color: #627078;
}
.TagClassName
{
border-color: #627078;
}
</style>