Shades of Smalt #063095
Tints of Smalt #063095
RGB
CMYK
RGB Variations
Color information
#063095 (or 0x063095) is known color: Smalt. HEX triplet: 06, 30 and 95. RGB value is (6,48,149). Sum of RGB (Red+Green+Blue) = 6+48+149=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #063095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063095 is #F9CF6A. Grayscale: #2E2E2E. Windows color (decimal): -16371563 or 9777158. OLE color: 9777158.
HSL color Cylindrical-coordinate representation of color #063095: hue angle of 222.38º 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 #063095 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 48 | 149 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.42 |
| HSL | 222.38º | 0.92% | 0.3% | - |
| HSV(B) | 222.38º | 0.96% | 0.58% | - |
| XYZ | 6.56 | 4.32 | 28.92 | - |
| YUV | 46.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 149 | 0.96 | 0.68 | 0 | 0.42 | 222.38 | 0.92 | 0.3 |
| Hex | 6 | 30 | 95 | 60 | 44 | 0 | 2A | DE | 5C | 1E |
| Octal | 6 | 60 | 225 | 140 | 104 | 0 | 52 | 336 | 134 | 36 |
| Binary | 110 | 110000 | 10010101 | 1100000 | 1000100 | 0 | 101010 | 11011110 | 1011100 | 11110 |
Color Harmonies of #063095
Complementary color
Monochromatic Colors of #063095
Black with #063095
Text Example
Text Example
White with #063095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063095; }
p { color: rgb(6,48,149); }
H1.HeaderClassName
{
color: #063095;
}
.AnyTagClassName
{
color: #063095;
}
</style>
background-color css
<style>
a { background-color: #063095; }
a { background-color: rgb(6,48,149); }
div.DivClassName
{
background-color: #063095;
}
.BgClassName
{
background-color: #063095;
}
</style>
border-color css
<style>
span { border-color: #063095; }
span { border-color: rgb(6,48,149); }
td.TdClassName
{
border-color: #063095;
}
.TagClassName
{
border-color: #063095;
}
</style>