Shades of Medium Blue #061CDF
Tints of Medium Blue #061CDF
RGB
CMYK
RGB Variations
Color information
#061CDF (or 0x061CDF) is known color: Medium Blue. HEX triplet: 06, 1C and DF. RGB value is (6,28,223). Sum of RGB (Red+Green+Blue) = 6+28+223=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #061CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CDF is #F9E320. Grayscale: #2A2A2A. Windows color (decimal): -16376609 or 14621702. OLE color: 14621702.
HSL color Cylindrical-coordinate representation of color #061CDF: hue angle of 233.92º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CDF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 28 | 223 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.13 |
| HSL | 233.92º | 0.95% | 0.45% | - |
| HSV(B) | 233.92º | 0.97% | 0.87% | - |
| XYZ | 13.81 | 6.2 | 70.28 | - |
| YUV | 43.65 | 229.21 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 223 | 0.97 | 0.87 | 0 | 0.13 | 233.92 | 0.95 | 0.45 |
| Hex | 6 | 1C | DF | 61 | 57 | 0 | D | EA | 5F | 2D |
| Octal | 6 | 34 | 337 | 141 | 127 | 0 | 15 | 352 | 137 | 55 |
| Binary | 110 | 11100 | 11011111 | 1100001 | 1010111 | 0 | 1101 | 11101010 | 1011111 | 101101 |
Color Harmonies of #061CDF
Complementary color
Monochromatic Colors of #061CDF
Black with #061CDF
Text Example
Text Example
White with #061CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CDF; }
p { color: rgb(6,28,223); }
H1.HeaderClassName
{
color: #061CDF;
}
.AnyTagClassName
{
color: #061CDF;
}
</style>
background-color css
<style>
a { background-color: #061CDF; }
a { background-color: rgb(6,28,223); }
div.DivClassName
{
background-color: #061CDF;
}
.BgClassName
{
background-color: #061CDF;
}
</style>
border-color css
<style>
span { border-color: #061CDF; }
span { border-color: rgb(6,28,223); }
td.TdClassName
{
border-color: #061CDF;
}
.TagClassName
{
border-color: #061CDF;
}
</style>