Shades of Medium Blue #061FC6
Tints of Medium Blue #061FC6
RGB
CMYK
RGB Variations
Color information
#061FC6 (or 0x061FC6) is known color: Medium Blue. HEX triplet: 06, 1F and C6. RGB value is (6,31,198). Sum of RGB (Red+Green+Blue) = 6+31+198=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 198 (77.73% from 255 or 84.26% from 235); Max value from RGB is 198 - color contains mainly: blue. Hex color #061FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FC6 is #F9E039. Grayscale: #292929. Windows color (decimal): -16375866 or 12984070. OLE color: 12984070.
HSL color Cylindrical-coordinate representation of color #061FC6: hue angle of 232.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061FC6 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 6 | 31 | 198 | - |
CMYK | 0.97 | 0.84 | 0 | 0.22 |
HSL | 232.19º | 0.94% | 0.4% | - |
HSV(B) | 232.19º | 0.97% | 0.78% | - |
XYZ | 10.76 | 5.1 | 53.84 | - |
YUV | 42.56 | 215.72 | 101.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 31 | 198 | 0.97 | 0.84 | 0 | 0.22 | 232.19 | 0.94 | 0.4 |
Hex | 6 | 1F | C6 | 61 | 54 | 0 | 16 | E8 | 5E | 28 |
Octal | 6 | 37 | 306 | 141 | 124 | 0 | 26 | 350 | 136 | 50 |
Binary | 110 | 11111 | 11000110 | 1100001 | 1010100 | 0 | 10110 | 11101000 | 1011110 | 101000 |
Color Harmonies of #061FC6
Complementary color
Monochromatic Colors of #061FC6
Black with #061FC6
Text Example
Text Example
White with #061FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FC6; }
p { color: rgb(6,31,198); }
H1.HeaderClassName
{
color: #061FC6;
}
.AnyTagClassName
{
color: #061FC6;
}
</style>
background-color css
<style>
a { background-color: #061FC6; }
a { background-color: rgb(6,31,198); }
div.DivClassName
{
background-color: #061FC6;
}
.BgClassName
{
background-color: #061FC6;
}
</style>
border-color css
<style>
span { border-color: #061FC6; }
span { border-color: rgb(6,31,198); }
td.TdClassName
{
border-color: #061FC6;
}
.TagClassName
{
border-color: #061FC6;
}
</style>