Shades of Smalt #063D9F
Tints of Smalt #063D9F
RGB
CMYK
RGB Variations
Color information
#063D9F (or 0x063D9F) is known color: Smalt. HEX triplet: 06, 3D and 9F. RGB value is (6,61,159). Sum of RGB (Red+Green+Blue) = 6+61+159=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #063D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9F is #F9C260. Grayscale: #373737. Windows color (decimal): -16368225 or 10435846. OLE color: 10435846.
HSL color Cylindrical-coordinate representation of color #063D9F: hue angle of 218.43º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D9F is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 61 | 159 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.38 |
| HSL | 218.43º | 0.93% | 0.32% | - |
| HSV(B) | 218.43º | 0.96% | 0.62% | - |
| XYZ | 8 | 5.88 | 33.51 | - |
| YUV | 55.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 159 | 0.96 | 0.62 | 0 | 0.38 | 218.43 | 0.93 | 0.32 |
| Hex | 6 | 3D | 9F | 60 | 3E | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 75 | 237 | 140 | 76 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111101 | 10011111 | 1100000 | 111110 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063D9F
Complementary color
Monochromatic Colors of #063D9F
Black with #063D9F
Text Example
Text Example
White with #063D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D9F; }
p { color: rgb(6,61,159); }
H1.HeaderClassName
{
color: #063D9F;
}
.AnyTagClassName
{
color: #063D9F;
}
</style>
background-color css
<style>
a { background-color: #063D9F; }
a { background-color: rgb(6,61,159); }
div.DivClassName
{
background-color: #063D9F;
}
.BgClassName
{
background-color: #063D9F;
}
</style>
border-color css
<style>
span { border-color: #063D9F; }
span { border-color: rgb(6,61,159); }
td.TdClassName
{
border-color: #063D9F;
}
.TagClassName
{
border-color: #063D9F;
}
</style>