Shades of Medium Blue #060CCF
Tints of Medium Blue #060CCF
RGB
CMYK
RGB Variations
Color information
#060CCF (or 0x060CCF) is known color: Medium Blue. HEX triplet: 06, 0C and CF. RGB value is (6,12,207). Sum of RGB (Red+Green+Blue) = 6+12+207=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #060CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CCF is #F9F330. Grayscale: #1F1F1F. Windows color (decimal): -16380721 or 13569030. OLE color: 13569030.
HSL color Cylindrical-coordinate representation of color #060CCF: hue angle of 238.21º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CCF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 12 | 207 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.19 |
| HSL | 238.21º | 0.94% | 0.42% | - |
| HSV(B) | 238.21º | 0.97% | 0.81% | - |
| XYZ | 11.47 | 4.81 | 59.35 | - |
| YUV | 32.44 | 226.51 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 207 | 0.97 | 0.94 | 0 | 0.19 | 238.21 | 0.94 | 0.42 |
| Hex | 6 | C | CF | 61 | 5E | 0 | 13 | EE | 5E | 2A |
| Octal | 6 | 14 | 317 | 141 | 136 | 0 | 23 | 356 | 136 | 52 |
| Binary | 110 | 1100 | 11001111 | 1100001 | 1011110 | 0 | 10011 | 11101110 | 1011110 | 101010 |
Color Harmonies of #060CCF
Complementary color
Monochromatic Colors of #060CCF
Black with #060CCF
Text Example
Text Example
White with #060CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CCF; }
p { color: rgb(6,12,207); }
H1.HeaderClassName
{
color: #060CCF;
}
.AnyTagClassName
{
color: #060CCF;
}
</style>
background-color css
<style>
a { background-color: #060CCF; }
a { background-color: rgb(6,12,207); }
div.DivClassName
{
background-color: #060CCF;
}
.BgClassName
{
background-color: #060CCF;
}
</style>
border-color css
<style>
span { border-color: #060CCF; }
span { border-color: rgb(6,12,207); }
td.TdClassName
{
border-color: #060CCF;
}
.TagClassName
{
border-color: #060CCF;
}
</style>