Shades of Medium Blue #061DDF
Tints of Medium Blue #061DDF
RGB
CMYK
RGB Variations
Color information
#061DDF (or 0x061DDF) is known color: Medium Blue. HEX triplet: 06, 1D and DF. RGB value is (6,29,223). Sum of RGB (Red+Green+Blue) = 6+29+223=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #061DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DDF is #F9E220. Grayscale: #2B2B2B. Windows color (decimal): -16376353 or 14621958. OLE color: 14621958.
HSL color Cylindrical-coordinate representation of color #061DDF: hue angle of 233.64º 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 #061DDF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 29 | 223 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.13 |
| HSL | 233.64º | 0.95% | 0.45% | - |
| HSV(B) | 233.64º | 0.97% | 0.87% | - |
| XYZ | 13.83 | 6.25 | 70.29 | - |
| YUV | 44.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 223 | 0.97 | 0.87 | 0 | 0.13 | 233.64 | 0.95 | 0.45 |
| Hex | 6 | 1D | DF | 61 | 57 | 0 | D | EA | 5F | 2D |
| Octal | 6 | 35 | 337 | 141 | 127 | 0 | 15 | 352 | 137 | 55 |
| Binary | 110 | 11101 | 11011111 | 1100001 | 1010111 | 0 | 1101 | 11101010 | 1011111 | 101101 |
Color Harmonies of #061DDF
Complementary color
Monochromatic Colors of #061DDF
Black with #061DDF
Text Example
Text Example
White with #061DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061DDF; }
p { color: rgb(6,29,223); }
H1.HeaderClassName
{
color: #061DDF;
}
.AnyTagClassName
{
color: #061DDF;
}
</style>
background-color css
<style>
a { background-color: #061DDF; }
a { background-color: rgb(6,29,223); }
div.DivClassName
{
background-color: #061DDF;
}
.BgClassName
{
background-color: #061DDF;
}
</style>
border-color css
<style>
span { border-color: #061DDF; }
span { border-color: rgb(6,29,223); }
td.TdClassName
{
border-color: #061DDF;
}
.TagClassName
{
border-color: #061DDF;
}
</style>