Shades of Smalt #061D90
Tints of Smalt #061D90
RGB
CMYK
RGB Variations
Color information
#061D90 (or 0x061D90) is known color: Smalt. HEX triplet: 06, 1D and 90. RGB value is (6,29,144). Sum of RGB (Red+Green+Blue) = 6+29+144=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #061D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D90 is #F9E26F. Grayscale: #222222. Windows color (decimal): -16376432 or 9444614. OLE color: 9444614.
HSL color Cylindrical-coordinate representation of color #061D90: hue angle of 230º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061D90 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 29 | 144 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.44 |
| HSL | 230º | 0.92% | 0.29% | - |
| HSV(B) | 230º | 0.96% | 0.56% | - |
| XYZ | 5.55 | 2.93 | 26.66 | - |
| YUV | 35.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 144 | 0.96 | 0.80 | 0 | 0.44 | 230 | 0.92 | 0.29 |
| Hex | 6 | 1D | 90 | 60 | 50 | 0 | 2C | E6 | 5C | 1D |
| Octal | 6 | 35 | 220 | 140 | 120 | 0 | 54 | 346 | 134 | 35 |
| Binary | 110 | 11101 | 10010000 | 1100000 | 1010000 | 0 | 101100 | 11100110 | 1011100 | 11101 |
Color Harmonies of #061D90
Complementary color
Monochromatic Colors of #061D90
Black with #061D90
Text Example
Text Example
White with #061D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D90; }
p { color: rgb(6,29,144); }
H1.HeaderClassName
{
color: #061D90;
}
.AnyTagClassName
{
color: #061D90;
}
</style>
background-color css
<style>
a { background-color: #061D90; }
a { background-color: rgb(6,29,144); }
div.DivClassName
{
background-color: #061D90;
}
.BgClassName
{
background-color: #061D90;
}
</style>
border-color css
<style>
span { border-color: #061D90; }
span { border-color: rgb(6,29,144); }
td.TdClassName
{
border-color: #061D90;
}
.TagClassName
{
border-color: #061D90;
}
</style>