Shades of Medium Blue #060FDF
Tints of Medium Blue #060FDF
RGB
CMYK
RGB Variations
Color information
#060FDF (or 0x060FDF) is known color: Medium Blue. HEX triplet: 06, 0F and DF. RGB value is (6,15,223). Sum of RGB (Red+Green+Blue) = 6+15+223=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #060FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FDF is #F9F020. Grayscale: #232323. Windows color (decimal): -16379937 or 14618374. OLE color: 14618374.
HSL color Cylindrical-coordinate representation of color #060FDF: hue angle of 237.51º 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 #060FDF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 15 | 223 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.13 |
| HSL | 237.51º | 0.95% | 0.45% | - |
| HSV(B) | 237.51º | 0.97% | 0.87% | - |
| XYZ | 13.57 | 5.71 | 70.2 | - |
| YUV | 36.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 223 | 0.97 | 0.93 | 0 | 0.13 | 237.51 | 0.95 | 0.45 |
| Hex | 6 | F | DF | 61 | 5D | 0 | D | EE | 5F | 2D |
| Octal | 6 | 17 | 337 | 141 | 135 | 0 | 15 | 356 | 137 | 55 |
| Binary | 110 | 1111 | 11011111 | 1100001 | 1011101 | 0 | 1101 | 11101110 | 1011111 | 101101 |
Color Harmonies of #060FDF
Complementary color
Monochromatic Colors of #060FDF
Black with #060FDF
Text Example
Text Example
White with #060FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FDF; }
p { color: rgb(6,15,223); }
H1.HeaderClassName
{
color: #060FDF;
}
.AnyTagClassName
{
color: #060FDF;
}
</style>
background-color css
<style>
a { background-color: #060FDF; }
a { background-color: rgb(6,15,223); }
div.DivClassName
{
background-color: #060FDF;
}
.BgClassName
{
background-color: #060FDF;
}
</style>
border-color css
<style>
span { border-color: #060FDF; }
span { border-color: rgb(6,15,223); }
td.TdClassName
{
border-color: #060FDF;
}
.TagClassName
{
border-color: #060FDF;
}
</style>