Shades of Blue Bayoux #607B82
Tints of Blue Bayoux #607B82
RGB
CMYK
RGB Variations
Color information
#607B82 (or 0x607B82) is known color: Blue Bayoux. HEX triplet: 60, 7B and 82. RGB value is (96,123,130). Sum of RGB (Red+Green+Blue) = 96+123+130=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #607B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B82 is #9F847D. Grayscale: #737373. Windows color (decimal): -10454142 or 8551264. OLE color: 8551264.
HSL color Cylindrical-coordinate representation of color #607B82: hue angle of 192.35º 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 #607B82 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 123 | 130 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.49 |
| HSL | 192.35º | 0.15% | 0.44% | - |
| HSV(B) | 192.35º | 0.26% | 0.51% | - |
| XYZ | 15.94 | 18.26 | 23.8 | - |
| YUV | 115.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 130 | 0.26 | 0.05 | 0 | 0.49 | 192.35 | 0.15 | 0.44 |
| Hex | 60 | 7B | 82 | 1A | 5 | 0 | 31 | C0 | F | 2C |
| Octal | 140 | 173 | 202 | 32 | 5 | 0 | 61 | 300 | 17 | 54 |
| Binary | 1100000 | 1111011 | 10000010 | 11010 | 101 | 0 | 110001 | 11000000 | 1111 | 101100 |
Color Harmonies of #607B82
Complementary color
Monochromatic Colors of #607B82
Black with #607B82
Text Example
Text Example
White with #607B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B82; }
p { color: rgb(96,123,130); }
H1.HeaderClassName
{
color: #607B82;
}
.AnyTagClassName
{
color: #607B82;
}
</style>
background-color css
<style>
a { background-color: #607B82; }
a { background-color: rgb(96,123,130); }
div.DivClassName
{
background-color: #607B82;
}
.BgClassName
{
background-color: #607B82;
}
</style>
border-color css
<style>
span { border-color: #607B82; }
span { border-color: rgb(96,123,130); }
td.TdClassName
{
border-color: #607B82;
}
.TagClassName
{
border-color: #607B82;
}
</style>