Shades of Medium Blue #061CDD
Tints of Medium Blue #061CDD
RGB
CMYK
RGB Variations
Color information
#061CDD (or 0x061CDD) is known color: Medium Blue. HEX triplet: 06, 1C and DD. RGB value is (6,28,221). Sum of RGB (Red+Green+Blue) = 6+28+221=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #061CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CDD is #F9E322. Grayscale: #2A2A2A. Windows color (decimal): -16376611 or 14490630. OLE color: 14490630.
HSL color Cylindrical-coordinate representation of color #061CDD: hue angle of 233.86º 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 #061CDD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 28 | 221 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.13 |
| HSL | 233.86º | 0.95% | 0.45% | - |
| HSV(B) | 233.86º | 0.97% | 0.87% | - |
| XYZ | 13.54 | 6.09 | 68.87 | - |
| YUV | 43.42 | 228.21 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 221 | 0.97 | 0.87 | 0 | 0.13 | 233.86 | 0.95 | 0.45 |
| Hex | 6 | 1C | DD | 61 | 57 | 0 | D | EA | 5F | 2D |
| Octal | 6 | 34 | 335 | 141 | 127 | 0 | 15 | 352 | 137 | 55 |
| Binary | 110 | 11100 | 11011101 | 1100001 | 1010111 | 0 | 1101 | 11101010 | 1011111 | 101101 |
Color Harmonies of #061CDD
Complementary color
Monochromatic Colors of #061CDD
Black with #061CDD
Text Example
Text Example
White with #061CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CDD; }
p { color: rgb(6,28,221); }
H1.HeaderClassName
{
color: #061CDD;
}
.AnyTagClassName
{
color: #061CDD;
}
</style>
background-color css
<style>
a { background-color: #061CDD; }
a { background-color: rgb(6,28,221); }
div.DivClassName
{
background-color: #061CDD;
}
.BgClassName
{
background-color: #061CDD;
}
</style>
border-color css
<style>
span { border-color: #061CDD; }
span { border-color: rgb(6,28,221); }
td.TdClassName
{
border-color: #061CDD;
}
.TagClassName
{
border-color: #061CDD;
}
</style>