Shades of Medium Blue #061BDC
Tints of Medium Blue #061BDC
RGB
CMYK
RGB Variations
Color information
#061BDC (or 0x061BDC) is known color: Medium Blue. HEX triplet: 06, 1B and DC. RGB value is (6,27,220). Sum of RGB (Red+Green+Blue) = 6+27+220=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #061BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BDC is #F9E423. Grayscale: #292929. Windows color (decimal): -16376868 or 14424838. OLE color: 14424838.
HSL color Cylindrical-coordinate representation of color #061BDC: hue angle of 234.11º 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 #061BDC is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 27 | 220 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.14 |
| HSL | 234.11º | 0.95% | 0.44% | - |
| HSV(B) | 234.11º | 0.97% | 0.86% | - |
| XYZ | 13.39 | 5.99 | 68.16 | - |
| YUV | 42.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 220 | 0.97 | 0.88 | 0 | 0.14 | 234.11 | 0.95 | 0.44 |
| Hex | 6 | 1B | DC | 61 | 58 | 0 | E | EA | 5F | 2C |
| Octal | 6 | 33 | 334 | 141 | 130 | 0 | 16 | 352 | 137 | 54 |
| Binary | 110 | 11011 | 11011100 | 1100001 | 1011000 | 0 | 1110 | 11101010 | 1011111 | 101100 |
Color Harmonies of #061BDC
Complementary color
Monochromatic Colors of #061BDC
Black with #061BDC
Text Example
Text Example
White with #061BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BDC; }
p { color: rgb(6,27,220); }
H1.HeaderClassName
{
color: #061BDC;
}
.AnyTagClassName
{
color: #061BDC;
}
</style>
background-color css
<style>
a { background-color: #061BDC; }
a { background-color: rgb(6,27,220); }
div.DivClassName
{
background-color: #061BDC;
}
.BgClassName
{
background-color: #061BDC;
}
</style>
border-color css
<style>
span { border-color: #061BDC; }
span { border-color: rgb(6,27,220); }
td.TdClassName
{
border-color: #061BDC;
}
.TagClassName
{
border-color: #061BDC;
}
</style>