Shades of Blue Bayoux #607582
Tints of Blue Bayoux #607582
RGB
CMYK
RGB Variations
Color information
#607582 (or 0x607582) is known color: Blue Bayoux. HEX triplet: 60, 75 and 82. RGB value is (96,117,130). Sum of RGB (Red+Green+Blue) = 96+117+130=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #607582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607582 is #9F8A7D. Grayscale: #707070. Windows color (decimal): -10455678 or 8549728. OLE color: 8549728.
HSL color Cylindrical-coordinate representation of color #607582: hue angle of 202.94º 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 #607582 is Cyan = 0.26, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 117 | 130 | - |
| CMYK | 0.26 | 0.1 | 0 | 0.49 |
| HSL | 202.94º | 0.15% | 0.44% | - |
| HSV(B) | 202.94º | 0.26% | 0.51% | - |
| XYZ | 15.21 | 16.82 | 23.56 | - |
| YUV | 112.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 130 | 0.26 | 0.1 | 0 | 0.49 | 202.94 | 0.15 | 0.44 |
| Hex | 60 | 75 | 82 | 1A | A | 0 | 31 | CB | F | 2C |
| Octal | 140 | 165 | 202 | 32 | 12 | 0 | 61 | 313 | 17 | 54 |
| Binary | 1100000 | 1110101 | 10000010 | 11010 | 1010 | 0 | 110001 | 11001011 | 1111 | 101100 |
Color Harmonies of #607582
Complementary color
Monochromatic Colors of #607582
Black with #607582
Text Example
Text Example
White with #607582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607582; }
p { color: rgb(96,117,130); }
H1.HeaderClassName
{
color: #607582;
}
.AnyTagClassName
{
color: #607582;
}
</style>
background-color css
<style>
a { background-color: #607582; }
a { background-color: rgb(96,117,130); }
div.DivClassName
{
background-color: #607582;
}
.BgClassName
{
background-color: #607582;
}
</style>
border-color css
<style>
span { border-color: #607582; }
span { border-color: rgb(96,117,130); }
td.TdClassName
{
border-color: #607582;
}
.TagClassName
{
border-color: #607582;
}
</style>