Shades of Medium Blue #061DCC
Tints of Medium Blue #061DCC
RGB
CMYK
RGB Variations
Color information
#061DCC (or 0x061DCC) is known color: Medium Blue. HEX triplet: 06, 1D and CC. RGB value is (6,29,204). Sum of RGB (Red+Green+Blue) = 6+29+204=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #061DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DCC is #F9E233. Grayscale: #292929. Windows color (decimal): -16376372 or 13376774. OLE color: 13376774.
HSL color Cylindrical-coordinate representation of color #061DCC: hue angle of 233.03º 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 #061DCC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 29 | 204 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.2 |
| HSL | 233.03º | 0.94% | 0.41% | - |
| HSV(B) | 233.03º | 0.97% | 0.8% | - |
| XYZ | 11.41 | 5.28 | 57.54 | - |
| YUV | 42.07 | 219.38 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 204 | 0.97 | 0.86 | 0 | 0.2 | 233.03 | 0.94 | 0.41 |
| Hex | 6 | 1D | CC | 61 | 56 | 0 | 14 | E9 | 5E | 29 |
| Octal | 6 | 35 | 314 | 141 | 126 | 0 | 24 | 351 | 136 | 51 |
| Binary | 110 | 11101 | 11001100 | 1100001 | 1010110 | 0 | 10100 | 11101001 | 1011110 | 101001 |
Color Harmonies of #061DCC
Complementary color
Monochromatic Colors of #061DCC
Black with #061DCC
Text Example
Text Example
White with #061DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061DCC; }
p { color: rgb(6,29,204); }
H1.HeaderClassName
{
color: #061DCC;
}
.AnyTagClassName
{
color: #061DCC;
}
</style>
background-color css
<style>
a { background-color: #061DCC; }
a { background-color: rgb(6,29,204); }
div.DivClassName
{
background-color: #061DCC;
}
.BgClassName
{
background-color: #061DCC;
}
</style>
border-color css
<style>
span { border-color: #061DCC; }
span { border-color: rgb(6,29,204); }
td.TdClassName
{
border-color: #061DCC;
}
.TagClassName
{
border-color: #061DCC;
}
</style>