Shades of Medium Blue #0611DD
Tints of Medium Blue #0611DD
RGB
CMYK
RGB Variations
Color information
#0611DD (or 0x0611DD) is known color: Medium Blue. HEX triplet: 06, 11 and DD. RGB value is (6,17,221). Sum of RGB (Red+Green+Blue) = 6+17+221=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 221 (86.72% from 255 or 90.57% from 244); Max value from RGB is 221 - color contains mainly: blue. Hex color #0611DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0611DD is #F9EE22. Grayscale: #242424. Windows color (decimal): -16379427 or 14487814. OLE color: 14487814.
HSL color Cylindrical-coordinate representation of color #0611DD: hue angle of 236.93º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611DD is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 17 | 221 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.13 |
| HSL | 236.93º | 0.95% | 0.45% | - |
| HSV(B) | 236.93º | 0.97% | 0.87% | - |
| XYZ | 13.33 | 5.66 | 68.8 | - |
| YUV | 36.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 221 | 0.97 | 0.92 | 0 | 0.13 | 236.93 | 0.95 | 0.45 |
| Hex | 6 | 11 | DD | 61 | 5C | 0 | D | ED | 5F | 2D |
| Octal | 6 | 21 | 335 | 141 | 134 | 0 | 15 | 355 | 137 | 55 |
| Binary | 110 | 10001 | 11011101 | 1100001 | 1011100 | 0 | 1101 | 11101101 | 1011111 | 101101 |
Color Harmonies of #0611DD
Complementary color
Monochromatic Colors of #0611DD
Black with #0611DD
Text Example
Text Example
White with #0611DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0611DD; }
p { color: rgb(6,17,221); }
H1.HeaderClassName
{
color: #0611DD;
}
.AnyTagClassName
{
color: #0611DD;
}
</style>
background-color css
<style>
a { background-color: #0611DD; }
a { background-color: rgb(6,17,221); }
div.DivClassName
{
background-color: #0611DD;
}
.BgClassName
{
background-color: #0611DD;
}
</style>
border-color css
<style>
span { border-color: #0611DD; }
span { border-color: rgb(6,17,221); }
td.TdClassName
{
border-color: #0611DD;
}
.TagClassName
{
border-color: #0611DD;
}
</style>