Shades of Medium Blue #061CCE
Tints of Medium Blue #061CCE
RGB
CMYK
RGB Variations
Color information
#061CCE (or 0x061CCE) is known color: Medium Blue. HEX triplet: 06, 1C and CE. RGB value is (6,28,206). Sum of RGB (Red+Green+Blue) = 6+28+206=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #061CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CCE is #F9E331. Grayscale: #282828. Windows color (decimal): -16376626 or 13507590. OLE color: 13507590.
HSL color Cylindrical-coordinate representation of color #061CCE: hue angle of 233.4º 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 #061CCE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 28 | 206 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.19 |
| HSL | 233.4º | 0.94% | 0.42% | - |
| HSV(B) | 233.4º | 0.97% | 0.81% | - |
| XYZ | 11.63 | 5.33 | 58.81 | - |
| YUV | 41.71 | 220.71 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 206 | 0.97 | 0.86 | 0 | 0.19 | 233.4 | 0.94 | 0.42 |
| Hex | 6 | 1C | CE | 61 | 56 | 0 | 13 | E9 | 5E | 2A |
| Octal | 6 | 34 | 316 | 141 | 126 | 0 | 23 | 351 | 136 | 52 |
| Binary | 110 | 11100 | 11001110 | 1100001 | 1010110 | 0 | 10011 | 11101001 | 1011110 | 101010 |
Color Harmonies of #061CCE
Complementary color
Monochromatic Colors of #061CCE
Black with #061CCE
Text Example
Text Example
White with #061CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CCE; }
p { color: rgb(6,28,206); }
H1.HeaderClassName
{
color: #061CCE;
}
.AnyTagClassName
{
color: #061CCE;
}
</style>
background-color css
<style>
a { background-color: #061CCE; }
a { background-color: rgb(6,28,206); }
div.DivClassName
{
background-color: #061CCE;
}
.BgClassName
{
background-color: #061CCE;
}
</style>
border-color css
<style>
span { border-color: #061CCE; }
span { border-color: rgb(6,28,206); }
td.TdClassName
{
border-color: #061CCE;
}
.TagClassName
{
border-color: #061CCE;
}
</style>