Shades of Medium Blue #0611CC
Tints of Medium Blue #0611CC
RGB
CMYK
RGB Variations
Color information
#0611CC (or 0x0611CC) is known color: Medium Blue. HEX triplet: 06, 11 and CC. RGB value is (6,17,204). Sum of RGB (Red+Green+Blue) = 6+17+204=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #0611CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0611CC is #F9EE33. Grayscale: #222222. Windows color (decimal): -16379444 or 13373702. OLE color: 13373702.
HSL color Cylindrical-coordinate representation of color #0611CC: hue angle of 236.67º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611CC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 17 | 204 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.2 |
| HSL | 236.67º | 0.94% | 0.41% | - |
| HSV(B) | 236.67º | 0.97% | 0.8% | - |
| XYZ | 11.17 | 4.8 | 57.46 | - |
| YUV | 35.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 204 | 0.97 | 0.92 | 0 | 0.2 | 236.67 | 0.94 | 0.41 |
| Hex | 6 | 11 | CC | 61 | 5C | 0 | 14 | ED | 5E | 29 |
| Octal | 6 | 21 | 314 | 141 | 134 | 0 | 24 | 355 | 136 | 51 |
| Binary | 110 | 10001 | 11001100 | 1100001 | 1011100 | 0 | 10100 | 11101101 | 1011110 | 101001 |
Color Harmonies of #0611CC
Complementary color
Monochromatic Colors of #0611CC
Black with #0611CC
Text Example
Text Example
White with #0611CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0611CC; }
p { color: rgb(6,17,204); }
H1.HeaderClassName
{
color: #0611CC;
}
.AnyTagClassName
{
color: #0611CC;
}
</style>
background-color css
<style>
a { background-color: #0611CC; }
a { background-color: rgb(6,17,204); }
div.DivClassName
{
background-color: #0611CC;
}
.BgClassName
{
background-color: #0611CC;
}
</style>
border-color css
<style>
span { border-color: #0611CC; }
span { border-color: rgb(6,17,204); }
td.TdClassName
{
border-color: #0611CC;
}
.TagClassName
{
border-color: #0611CC;
}
</style>