Shades of Medium Blue #061FDC
Tints of Medium Blue #061FDC
RGB
CMYK
RGB Variations
Color information
#061FDC (or 0x061FDC) is known color: Medium Blue. HEX triplet: 06, 1F and DC. RGB value is (6,31,220). Sum of RGB (Red+Green+Blue) = 6+31+220=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #061FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FDC is #F9E023. Grayscale: #2C2C2C. Windows color (decimal): -16375844 or 14425862. OLE color: 14425862.
HSL color Cylindrical-coordinate representation of color #061FDC: hue angle of 232.99º 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 #061FDC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 31 | 220 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.14 |
| HSL | 232.99º | 0.95% | 0.44% | - |
| HSV(B) | 232.99º | 0.97% | 0.86% | - |
| XYZ | 13.48 | 6.19 | 68.19 | - |
| YUV | 45.07 | 226.72 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 220 | 0.97 | 0.86 | 0 | 0.14 | 232.99 | 0.95 | 0.44 |
| Hex | 6 | 1F | DC | 61 | 56 | 0 | E | E9 | 5F | 2C |
| Octal | 6 | 37 | 334 | 141 | 126 | 0 | 16 | 351 | 137 | 54 |
| Binary | 110 | 11111 | 11011100 | 1100001 | 1010110 | 0 | 1110 | 11101001 | 1011111 | 101100 |
Color Harmonies of #061FDC
Complementary color
Monochromatic Colors of #061FDC
Black with #061FDC
Text Example
Text Example
White with #061FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FDC; }
p { color: rgb(6,31,220); }
H1.HeaderClassName
{
color: #061FDC;
}
.AnyTagClassName
{
color: #061FDC;
}
</style>
background-color css
<style>
a { background-color: #061FDC; }
a { background-color: rgb(6,31,220); }
div.DivClassName
{
background-color: #061FDC;
}
.BgClassName
{
background-color: #061FDC;
}
</style>
border-color css
<style>
span { border-color: #061FDC; }
span { border-color: rgb(6,31,220); }
td.TdClassName
{
border-color: #061FDC;
}
.TagClassName
{
border-color: #061FDC;
}
</style>