Shades of Medium Blue #0611B9
Tints of Medium Blue #0611B9
RGB
CMYK
RGB Variations
Color information
#0611B9 (or 0x0611B9) is known color: Medium Blue. HEX triplet: 06, 11 and B9. RGB value is (6,17,185). Sum of RGB (Red+Green+Blue) = 6+17+185=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 185 (72.66% from 255 or 88.94% from 208); Max value from RGB is 185 - color contains mainly: blue. Hex color #0611B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0611B9 is #F9EE46. Grayscale: #202020. Windows color (decimal): -16379463 or 12128518. OLE color: 12128518.
HSL color Cylindrical-coordinate representation of color #0611B9: hue angle of 236.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611B9 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 17 | 185 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.27 |
| HSL | 236.31º | 0.94% | 0.37% | - |
| HSV(B) | 236.31º | 0.97% | 0.73% | - |
| XYZ | 9.03 | 3.94 | 46.18 | - |
| YUV | 32.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 185 | 0.97 | 0.91 | 0 | 0.27 | 236.31 | 0.94 | 0.37 |
| Hex | 6 | 11 | B9 | 61 | 5B | 0 | 1B | EC | 5E | 25 |
| Octal | 6 | 21 | 271 | 141 | 133 | 0 | 33 | 354 | 136 | 45 |
| Binary | 110 | 10001 | 10111001 | 1100001 | 1011011 | 0 | 11011 | 11101100 | 1011110 | 100101 |
Color Harmonies of #0611B9
Complementary color
Monochromatic Colors of #0611B9
Black with #0611B9
Text Example
Text Example
White with #0611B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0611B9; }
p { color: rgb(6,17,185); }
H1.HeaderClassName
{
color: #0611B9;
}
.AnyTagClassName
{
color: #0611B9;
}
</style>
background-color css
<style>
a { background-color: #0611B9; }
a { background-color: rgb(6,17,185); }
div.DivClassName
{
background-color: #0611B9;
}
.BgClassName
{
background-color: #0611B9;
}
</style>
border-color css
<style>
span { border-color: #0611B9; }
span { border-color: rgb(6,17,185); }
td.TdClassName
{
border-color: #0611B9;
}
.TagClassName
{
border-color: #0611B9;
}
</style>