Shades of Medium Blue #061CE0
Tints of Medium Blue #061CE0
RGB
CMYK
RGB Variations
Color information
#061CE0 (or 0x061CE0) is known color: Medium Blue. HEX triplet: 06, 1C and E0. RGB value is (6,28,224). Sum of RGB (Red+Green+Blue) = 6+28+224=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 224 (87.89% from 255 or 86.82% from 258); Max value from RGB is 224 - color contains mainly: blue. Hex color #061CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CE0 is #F9E31F. Grayscale: #2A2A2A. Windows color (decimal): -16376608 or 14687238. OLE color: 14687238.
HSL color Cylindrical-coordinate representation of color #061CE0: hue angle of 233.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CE0 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 28 | 224 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.12 |
| HSL | 233.95º | 0.95% | 0.45% | - |
| HSV(B) | 233.95º | 0.97% | 0.88% | - |
| XYZ | 13.94 | 6.25 | 70.99 | - |
| YUV | 43.77 | 229.71 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 224 | 0.97 | 0.88 | 0 | 0.12 | 233.95 | 0.95 | 0.45 |
| Hex | 6 | 1C | E0 | 61 | 58 | 0 | C | EA | 5F | 2D |
| Octal | 6 | 34 | 340 | 141 | 130 | 0 | 14 | 352 | 137 | 55 |
| Binary | 110 | 11100 | 11100000 | 1100001 | 1011000 | 0 | 1100 | 11101010 | 1011111 | 101101 |
Color Harmonies of #061CE0
Complementary color
Monochromatic Colors of #061CE0
Black with #061CE0
Text Example
Text Example
White with #061CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CE0; }
p { color: rgb(6,28,224); }
H1.HeaderClassName
{
color: #061CE0;
}
.AnyTagClassName
{
color: #061CE0;
}
</style>
background-color css
<style>
a { background-color: #061CE0; }
a { background-color: rgb(6,28,224); }
div.DivClassName
{
background-color: #061CE0;
}
.BgClassName
{
background-color: #061CE0;
}
</style>
border-color css
<style>
span { border-color: #061CE0; }
span { border-color: rgb(6,28,224); }
td.TdClassName
{
border-color: #061CE0;
}
.TagClassName
{
border-color: #061CE0;
}
</style>