Shades of Blue Bayoux #607A82
Tints of Blue Bayoux #607A82
RGB
CMYK
RGB Variations
Color information
#607A82 (or 0x607A82) is known color: Blue Bayoux. HEX triplet: 60, 7A and 82. RGB value is (96,122,130). Sum of RGB (Red+Green+Blue) = 96+122+130=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #607A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A82 is #9F857D. Grayscale: #737373. Windows color (decimal): -10454398 or 8551008. OLE color: 8551008.
HSL color Cylindrical-coordinate representation of color #607A82: hue angle of 194.12º 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 #607A82 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 122 | 130 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.49 |
| HSL | 194.12º | 0.15% | 0.44% | - |
| HSV(B) | 194.12º | 0.26% | 0.51% | - |
| XYZ | 15.81 | 18.02 | 23.76 | - |
| YUV | 115.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 130 | 0.26 | 0.06 | 0 | 0.49 | 194.12 | 0.15 | 0.44 |
| Hex | 60 | 7A | 82 | 1A | 6 | 0 | 31 | C2 | F | 2C |
| Octal | 140 | 172 | 202 | 32 | 6 | 0 | 61 | 302 | 17 | 54 |
| Binary | 1100000 | 1111010 | 10000010 | 11010 | 110 | 0 | 110001 | 11000010 | 1111 | 101100 |
Color Harmonies of #607A82
Complementary color
Monochromatic Colors of #607A82
Black with #607A82
Text Example
Text Example
White with #607A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A82; }
p { color: rgb(96,122,130); }
H1.HeaderClassName
{
color: #607A82;
}
.AnyTagClassName
{
color: #607A82;
}
</style>
background-color css
<style>
a { background-color: #607A82; }
a { background-color: rgb(96,122,130); }
div.DivClassName
{
background-color: #607A82;
}
.BgClassName
{
background-color: #607A82;
}
</style>
border-color css
<style>
span { border-color: #607A82; }
span { border-color: rgb(96,122,130); }
td.TdClassName
{
border-color: #607A82;
}
.TagClassName
{
border-color: #607A82;
}
</style>