Shades of Smalt #063C9A
Tints of Smalt #063C9A
RGB
CMYK
RGB Variations
Color information
#063C9A (or 0x063C9A) is known color: Smalt. HEX triplet: 06, 3C and 9A. RGB value is (6,60,154). Sum of RGB (Red+Green+Blue) = 6+60+154=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #063C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C9A is #F9C365. Grayscale: #363636. Windows color (decimal): -16368486 or 10107910. OLE color: 10107910.
HSL color Cylindrical-coordinate representation of color #063C9A: hue angle of 218.11º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063C9A is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 60 | 154 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.40 |
| HSL | 218.11º | 0.93% | 0.31% | - |
| HSV(B) | 218.11º | 0.96% | 0.6% | - |
| XYZ | 7.52 | 5.6 | 31.26 | - |
| YUV | 54.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 154 | 0.96 | 0.61 | 0 | 0.40 | 218.11 | 0.93 | 0.31 |
| Hex | 6 | 3C | 9A | 60 | 3D | 0 | 28 | DA | 5C | 1F |
| Octal | 6 | 74 | 232 | 140 | 75 | 0 | 50 | 332 | 134 | 37 |
| Binary | 110 | 111100 | 10011010 | 1100000 | 111101 | 0 | 101000 | 11011010 | 1011100 | 11111 |
Color Harmonies of #063C9A
Complementary color
Monochromatic Colors of #063C9A
Black with #063C9A
Text Example
Text Example
White with #063C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C9A; }
p { color: rgb(6,60,154); }
H1.HeaderClassName
{
color: #063C9A;
}
.AnyTagClassName
{
color: #063C9A;
}
</style>
background-color css
<style>
a { background-color: #063C9A; }
a { background-color: rgb(6,60,154); }
div.DivClassName
{
background-color: #063C9A;
}
.BgClassName
{
background-color: #063C9A;
}
</style>
border-color css
<style>
span { border-color: #063C9A; }
span { border-color: rgb(6,60,154); }
td.TdClassName
{
border-color: #063C9A;
}
.TagClassName
{
border-color: #063C9A;
}
</style>