Shades of Medium Blue #061CCF
Tints of Medium Blue #061CCF
RGB
CMYK
RGB Variations
Color information
#061CCF (or 0x061CCF) is known color: Medium Blue. HEX triplet: 06, 1C and CF. RGB value is (6,28,207). Sum of RGB (Red+Green+Blue) = 6+28+207=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #061CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CCF is #F9E330. Grayscale: #292929. Windows color (decimal): -16376625 or 13573126. OLE color: 13573126.
HSL color Cylindrical-coordinate representation of color #061CCF: hue angle of 233.43º 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 #061CCF is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 28 | 207 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.19 |
| HSL | 233.43º | 0.94% | 0.42% | - |
| HSV(B) | 233.43º | 0.97% | 0.81% | - |
| XYZ | 11.75 | 5.37 | 59.45 | - |
| YUV | 41.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 207 | 0.97 | 0.86 | 0 | 0.19 | 233.43 | 0.94 | 0.42 |
| Hex | 6 | 1C | CF | 61 | 56 | 0 | 13 | E9 | 5E | 2A |
| Octal | 6 | 34 | 317 | 141 | 126 | 0 | 23 | 351 | 136 | 52 |
| Binary | 110 | 11100 | 11001111 | 1100001 | 1010110 | 0 | 10011 | 11101001 | 1011110 | 101010 |
Color Harmonies of #061CCF
Complementary color
Monochromatic Colors of #061CCF
Black with #061CCF
Text Example
Text Example
White with #061CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CCF; }
p { color: rgb(6,28,207); }
H1.HeaderClassName
{
color: #061CCF;
}
.AnyTagClassName
{
color: #061CCF;
}
</style>
background-color css
<style>
a { background-color: #061CCF; }
a { background-color: rgb(6,28,207); }
div.DivClassName
{
background-color: #061CCF;
}
.BgClassName
{
background-color: #061CCF;
}
</style>
border-color css
<style>
span { border-color: #061CCF; }
span { border-color: rgb(6,28,207); }
td.TdClassName
{
border-color: #061CCF;
}
.TagClassName
{
border-color: #061CCF;
}
</style>