Shades of Medium Blue #061CCD
Tints of Medium Blue #061CCD
RGB
CMYK
RGB Variations
Color information
#061CCD (or 0x061CCD) is known color: Medium Blue. HEX triplet: 06, 1C and CD. RGB value is (6,28,205). Sum of RGB (Red+Green+Blue) = 6+28+205=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #061CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CCD is #F9E332. Grayscale: #282828. Windows color (decimal): -16376627 or 13442054. OLE color: 13442054.
HSL color Cylindrical-coordinate representation of color #061CCD: hue angle of 233.37º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CCD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 28 | 205 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.20 |
| HSL | 233.37º | 0.94% | 0.41% | - |
| HSV(B) | 233.37º | 0.97% | 0.8% | - |
| XYZ | 11.51 | 5.28 | 58.17 | - |
| YUV | 41.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 205 | 0.97 | 0.86 | 0 | 0.20 | 233.37 | 0.94 | 0.41 |
| Hex | 6 | 1C | CD | 61 | 56 | 0 | 14 | E9 | 5E | 29 |
| Octal | 6 | 34 | 315 | 141 | 126 | 0 | 24 | 351 | 136 | 51 |
| Binary | 110 | 11100 | 11001101 | 1100001 | 1010110 | 0 | 10100 | 11101001 | 1011110 | 101001 |
Color Harmonies of #061CCD
Complementary color
Monochromatic Colors of #061CCD
Black with #061CCD
Text Example
Text Example
White with #061CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CCD; }
p { color: rgb(6,28,205); }
H1.HeaderClassName
{
color: #061CCD;
}
.AnyTagClassName
{
color: #061CCD;
}
</style>
background-color css
<style>
a { background-color: #061CCD; }
a { background-color: rgb(6,28,205); }
div.DivClassName
{
background-color: #061CCD;
}
.BgClassName
{
background-color: #061CCD;
}
</style>
border-color css
<style>
span { border-color: #061CCD; }
span { border-color: rgb(6,28,205); }
td.TdClassName
{
border-color: #061CCD;
}
.TagClassName
{
border-color: #061CCD;
}
</style>