Shades of Medium Blue #061BDF
Tints of Medium Blue #061BDF
RGB
CMYK
RGB Variations
Color information
#061BDF (or 0x061BDF) is known color: Medium Blue. HEX triplet: 06, 1B and DF. RGB value is (6,27,223). Sum of RGB (Red+Green+Blue) = 6+27+223=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #061BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BDF is #F9E420. Grayscale: #2A2A2A. Windows color (decimal): -16376865 or 14621446. OLE color: 14621446.
HSL color Cylindrical-coordinate representation of color #061BDF: hue angle of 234.19º 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 #061BDF is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 27 | 223 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.13 |
| HSL | 234.19º | 0.95% | 0.45% | - |
| HSV(B) | 234.19º | 0.97% | 0.87% | - |
| XYZ | 13.79 | 6.15 | 70.27 | - |
| YUV | 43.07 | 229.54 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 223 | 0.97 | 0.88 | 0 | 0.13 | 234.19 | 0.95 | 0.45 |
| Hex | 6 | 1B | DF | 61 | 58 | 0 | D | EA | 5F | 2D |
| Octal | 6 | 33 | 337 | 141 | 130 | 0 | 15 | 352 | 137 | 55 |
| Binary | 110 | 11011 | 11011111 | 1100001 | 1011000 | 0 | 1101 | 11101010 | 1011111 | 101101 |
Color Harmonies of #061BDF
Complementary color
Monochromatic Colors of #061BDF
Black with #061BDF
Text Example
Text Example
White with #061BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BDF; }
p { color: rgb(6,27,223); }
H1.HeaderClassName
{
color: #061BDF;
}
.AnyTagClassName
{
color: #061BDF;
}
</style>
background-color css
<style>
a { background-color: #061BDF; }
a { background-color: rgb(6,27,223); }
div.DivClassName
{
background-color: #061BDF;
}
.BgClassName
{
background-color: #061BDF;
}
</style>
border-color css
<style>
span { border-color: #061BDF; }
span { border-color: rgb(6,27,223); }
td.TdClassName
{
border-color: #061BDF;
}
.TagClassName
{
border-color: #061BDF;
}
</style>