Shades of Medium Blue #060FE3
Tints of Medium Blue #060FE3
RGB
CMYK
RGB Variations
Color information
#060FE3 (or 0x060FE3) is known color: Medium Blue. HEX triplet: 06, 0F and E3. RGB value is (6,15,227). Sum of RGB (Red+Green+Blue) = 6+15+227=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 227 (89.06% from 255 or 91.53% from 248); Max value from RGB is 227 - color contains mainly: blue. Hex color #060FE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FE3 is #F9F01C. Grayscale: #232323. Windows color (decimal): -16379933 or 14880518. OLE color: 14880518.
HSL color Cylindrical-coordinate representation of color #060FE3: hue angle of 237.56º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FE3 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 15 | 227 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.11 |
| HSL | 237.56º | 0.95% | 0.46% | - |
| HSV(B) | 237.56º | 0.97% | 0.89% | - |
| XYZ | 14.11 | 5.93 | 73.07 | - |
| YUV | 36.48 | 235.52 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 227 | 0.97 | 0.93 | 0 | 0.11 | 237.56 | 0.95 | 0.46 |
| Hex | 6 | F | E3 | 61 | 5D | 0 | B | EE | 5F | 2E |
| Octal | 6 | 17 | 343 | 141 | 135 | 0 | 13 | 356 | 137 | 56 |
| Binary | 110 | 1111 | 11100011 | 1100001 | 1011101 | 0 | 1011 | 11101110 | 1011111 | 101110 |
Color Harmonies of #060FE3
Complementary color
Monochromatic Colors of #060FE3
Black with #060FE3
Text Example
Text Example
White with #060FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FE3; }
p { color: rgb(6,15,227); }
H1.HeaderClassName
{
color: #060FE3;
}
.AnyTagClassName
{
color: #060FE3;
}
</style>
background-color css
<style>
a { background-color: #060FE3; }
a { background-color: rgb(6,15,227); }
div.DivClassName
{
background-color: #060FE3;
}
.BgClassName
{
background-color: #060FE3;
}
</style>
border-color css
<style>
span { border-color: #060FE3; }
span { border-color: rgb(6,15,227); }
td.TdClassName
{
border-color: #060FE3;
}
.TagClassName
{
border-color: #060FE3;
}
</style>