Shades of Smalt #062289
Tints of Smalt #062289
RGB
CMYK
RGB Variations
Color information
#062289 (or 0x062289) is known color: Smalt. HEX triplet: 06, 22 and 89. RGB value is (6,34,137). Sum of RGB (Red+Green+Blue) = 6+34+137=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #062289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062289 is #F9DD76. Grayscale: #242424. Windows color (decimal): -16375159 or 8987142. OLE color: 8987142.
HSL color Cylindrical-coordinate representation of color #062289: hue angle of 227.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062289 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 34 | 137 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.46 |
| HSL | 227.18º | 0.92% | 0.28% | - |
| HSV(B) | 227.18º | 0.96% | 0.54% | - |
| XYZ | 5.16 | 2.99 | 23.97 | - |
| YUV | 37.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 137 | 0.96 | 0.75 | 0 | 0.46 | 227.18 | 0.92 | 0.28 |
| Hex | 6 | 22 | 89 | 60 | 4B | 0 | 2E | E3 | 5C | 1C |
| Octal | 6 | 42 | 211 | 140 | 113 | 0 | 56 | 343 | 134 | 34 |
| Binary | 110 | 100010 | 10001001 | 1100000 | 1001011 | 0 | 101110 | 11100011 | 1011100 | 11100 |
Color Harmonies of #062289
Complementary color
Monochromatic Colors of #062289
Black with #062289
Text Example
Text Example
White with #062289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062289; }
p { color: rgb(6,34,137); }
H1.HeaderClassName
{
color: #062289;
}
.AnyTagClassName
{
color: #062289;
}
</style>
background-color css
<style>
a { background-color: #062289; }
a { background-color: rgb(6,34,137); }
div.DivClassName
{
background-color: #062289;
}
.BgClassName
{
background-color: #062289;
}
</style>
border-color css
<style>
span { border-color: #062289; }
span { border-color: rgb(6,34,137); }
td.TdClassName
{
border-color: #062289;
}
.TagClassName
{
border-color: #062289;
}
</style>