Shades of Medium Blue #061CCC
Tints of Medium Blue #061CCC
RGB
CMYK
RGB Variations
Color information
#061CCC (or 0x061CCC) is known color: Medium Blue. HEX triplet: 06, 1C and CC. RGB value is (6,28,204). Sum of RGB (Red+Green+Blue) = 6+28+204=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #061CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CCC is #F9E333. Grayscale: #282828. Windows color (decimal): -16376628 or 13376518. OLE color: 13376518.
HSL color Cylindrical-coordinate representation of color #061CCC: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CCC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 28 | 204 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.2 |
| HSL | 233.33º | 0.94% | 0.41% | - |
| HSV(B) | 233.33º | 0.97% | 0.8% | - |
| XYZ | 11.39 | 5.23 | 57.54 | - |
| YUV | 41.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 204 | 0.97 | 0.86 | 0 | 0.2 | 233.33 | 0.94 | 0.41 |
| Hex | 6 | 1C | CC | 61 | 56 | 0 | 14 | E9 | 5E | 29 |
| Octal | 6 | 34 | 314 | 141 | 126 | 0 | 24 | 351 | 136 | 51 |
| Binary | 110 | 11100 | 11001100 | 1100001 | 1010110 | 0 | 10100 | 11101001 | 1011110 | 101001 |
Color Harmonies of #061CCC
Complementary color
Monochromatic Colors of #061CCC
Black with #061CCC
Text Example
Text Example
White with #061CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CCC; }
p { color: rgb(6,28,204); }
H1.HeaderClassName
{
color: #061CCC;
}
.AnyTagClassName
{
color: #061CCC;
}
</style>
background-color css
<style>
a { background-color: #061CCC; }
a { background-color: rgb(6,28,204); }
div.DivClassName
{
background-color: #061CCC;
}
.BgClassName
{
background-color: #061CCC;
}
</style>
border-color css
<style>
span { border-color: #061CCC; }
span { border-color: rgb(6,28,204); }
td.TdClassName
{
border-color: #061CCC;
}
.TagClassName
{
border-color: #061CCC;
}
</style>