Shades of Blue Bayoux #607982
Tints of Blue Bayoux #607982
RGB
CMYK
RGB Variations
Color information
#607982 (or 0x607982) is known color: Blue Bayoux. HEX triplet: 60, 79 and 82. RGB value is (96,121,130). Sum of RGB (Red+Green+Blue) = 96+121+130=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #607982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607982 is #9F867D. Grayscale: #727272. Windows color (decimal): -10454654 or 8550752. OLE color: 8550752.
HSL color Cylindrical-coordinate representation of color #607982: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607982 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 121 | 130 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.49 |
| HSL | 195.88º | 0.15% | 0.44% | - |
| HSV(B) | 195.88º | 0.26% | 0.51% | - |
| XYZ | 15.69 | 17.77 | 23.72 | - |
| YUV | 114.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 130 | 0.26 | 0.07 | 0 | 0.49 | 195.88 | 0.15 | 0.44 |
| Hex | 60 | 79 | 82 | 1A | 7 | 0 | 31 | C4 | F | 2C |
| Octal | 140 | 171 | 202 | 32 | 7 | 0 | 61 | 304 | 17 | 54 |
| Binary | 1100000 | 1111001 | 10000010 | 11010 | 111 | 0 | 110001 | 11000100 | 1111 | 101100 |
Color Harmonies of #607982
Complementary color
Monochromatic Colors of #607982
Black with #607982
Text Example
Text Example
White with #607982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607982; }
p { color: rgb(96,121,130); }
H1.HeaderClassName
{
color: #607982;
}
.AnyTagClassName
{
color: #607982;
}
</style>
background-color css
<style>
a { background-color: #607982; }
a { background-color: rgb(96,121,130); }
div.DivClassName
{
background-color: #607982;
}
.BgClassName
{
background-color: #607982;
}
</style>
border-color css
<style>
span { border-color: #607982; }
span { border-color: rgb(96,121,130); }
td.TdClassName
{
border-color: #607982;
}
.TagClassName
{
border-color: #607982;
}
</style>