Shades of Medium Blue #060DC1
Tints of Medium Blue #060DC1
RGB
CMYK
RGB Variations
Color information
#060DC1 (or 0x060DC1) is known color: Medium Blue. HEX triplet: 06, 0D and C1. RGB value is (6,13,193). Sum of RGB (Red+Green+Blue) = 6+13+193=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 193 (75.78% from 255 or 91.04% from 212); Max value from RGB is 193 - color contains mainly: blue. Hex color #060DC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DC1 is #F9F23E. Grayscale: #1E1E1E. Windows color (decimal): -16380479 or 12651782. OLE color: 12651782.
HSL color Cylindrical-coordinate representation of color #060DC1: hue angle of 237.75º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DC1 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 13 | 193 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.24 |
| HSL | 237.75º | 0.94% | 0.39% | - |
| HSV(B) | 237.75º | 0.97% | 0.76% | - |
| XYZ | 9.84 | 4.18 | 50.74 | - |
| YUV | 31.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 193 | 0.97 | 0.93 | 0 | 0.24 | 237.75 | 0.94 | 0.39 |
| Hex | 6 | D | C1 | 61 | 5D | 0 | 18 | EE | 5E | 27 |
| Octal | 6 | 15 | 301 | 141 | 135 | 0 | 30 | 356 | 136 | 47 |
| Binary | 110 | 1101 | 11000001 | 1100001 | 1011101 | 0 | 11000 | 11101110 | 1011110 | 100111 |
Color Harmonies of #060DC1
Complementary color
Monochromatic Colors of #060DC1
Black with #060DC1
Text Example
Text Example
White with #060DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DC1; }
p { color: rgb(6,13,193); }
H1.HeaderClassName
{
color: #060DC1;
}
.AnyTagClassName
{
color: #060DC1;
}
</style>
background-color css
<style>
a { background-color: #060DC1; }
a { background-color: rgb(6,13,193); }
div.DivClassName
{
background-color: #060DC1;
}
.BgClassName
{
background-color: #060DC1;
}
</style>
border-color css
<style>
span { border-color: #060DC1; }
span { border-color: rgb(6,13,193); }
td.TdClassName
{
border-color: #060DC1;
}
.TagClassName
{
border-color: #060DC1;
}
</style>