Shades of Smalt #064495
Tints of Smalt #064495
RGB
CMYK
RGB Variations
Color information
#064495 (or 0x064495) is known color: Smalt. HEX triplet: 06, 44 and 95. RGB value is (6,68,149). Sum of RGB (Red+Green+Blue) = 6+68+149=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #064495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064495 is #F9BB6A. Grayscale: #3A3A3A. Windows color (decimal): -16366443 or 9782278. OLE color: 9782278.
HSL color Cylindrical-coordinate representation of color #064495: hue angle of 213.99º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064495 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 68 | 149 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.42 |
| HSL | 213.99º | 0.92% | 0.3% | - |
| HSV(B) | 213.99º | 0.96% | 0.58% | - |
| XYZ | 7.57 | 6.34 | 29.26 | - |
| YUV | 58.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 149 | 0.96 | 0.54 | 0 | 0.42 | 213.99 | 0.92 | 0.3 |
| Hex | 6 | 44 | 95 | 60 | 36 | 0 | 2A | D6 | 5C | 1E |
| Octal | 6 | 104 | 225 | 140 | 66 | 0 | 52 | 326 | 134 | 36 |
| Binary | 110 | 1000100 | 10010101 | 1100000 | 110110 | 0 | 101010 | 11010110 | 1011100 | 11110 |
Color Harmonies of #064495
Complementary color
Monochromatic Colors of #064495
Black with #064495
Text Example
Text Example
White with #064495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064495; }
p { color: rgb(6,68,149); }
H1.HeaderClassName
{
color: #064495;
}
.AnyTagClassName
{
color: #064495;
}
</style>
background-color css
<style>
a { background-color: #064495; }
a { background-color: rgb(6,68,149); }
div.DivClassName
{
background-color: #064495;
}
.BgClassName
{
background-color: #064495;
}
</style>
border-color css
<style>
span { border-color: #064495; }
span { border-color: rgb(6,68,149); }
td.TdClassName
{
border-color: #064495;
}
.TagClassName
{
border-color: #064495;
}
</style>