Shades of Medium Blue #060FDC
Tints of Medium Blue #060FDC
RGB
CMYK
RGB Variations
Color information
#060FDC (or 0x060FDC) is known color: Medium Blue. HEX triplet: 06, 0F and DC. RGB value is (6,15,220). Sum of RGB (Red+Green+Blue) = 6+15+220=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 220 (86.33% from 255 or 91.29% from 241); Max value from RGB is 220 - color contains mainly: blue. Hex color #060FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FDC is #F9F023. Grayscale: #222222. Windows color (decimal): -16379940 or 14421766. OLE color: 14421766.
HSL color Cylindrical-coordinate representation of color #060FDC: hue angle of 237.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FDC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 15 | 220 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.14 |
| HSL | 237.48º | 0.95% | 0.44% | - |
| HSV(B) | 237.48º | 0.97% | 0.86% | - |
| XYZ | 13.16 | 5.55 | 68.09 | - |
| YUV | 35.68 | 232.02 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 220 | 0.97 | 0.93 | 0 | 0.14 | 237.48 | 0.95 | 0.44 |
| Hex | 6 | F | DC | 61 | 5D | 0 | E | ED | 5F | 2C |
| Octal | 6 | 17 | 334 | 141 | 135 | 0 | 16 | 355 | 137 | 54 |
| Binary | 110 | 1111 | 11011100 | 1100001 | 1011101 | 0 | 1110 | 11101101 | 1011111 | 101100 |
Color Harmonies of #060FDC
Complementary color
Monochromatic Colors of #060FDC
Black with #060FDC
Text Example
Text Example
White with #060FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FDC; }
p { color: rgb(6,15,220); }
H1.HeaderClassName
{
color: #060FDC;
}
.AnyTagClassName
{
color: #060FDC;
}
</style>
background-color css
<style>
a { background-color: #060FDC; }
a { background-color: rgb(6,15,220); }
div.DivClassName
{
background-color: #060FDC;
}
.BgClassName
{
background-color: #060FDC;
}
</style>
border-color css
<style>
span { border-color: #060FDC; }
span { border-color: rgb(6,15,220); }
td.TdClassName
{
border-color: #060FDC;
}
.TagClassName
{
border-color: #060FDC;
}
</style>