Shades of Smalt #06378F
Tints of Smalt #06378F
RGB
CMYK
RGB Variations
Color information
#06378F (or 0x06378F) is known color: Smalt. HEX triplet: 06, 37 and 8F. RGB value is (6,55,143). Sum of RGB (Red+Green+Blue) = 6+55+143=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #06378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06378F is #F9C870. Grayscale: #313131. Windows color (decimal): -16369777 or 9385734. OLE color: 9385734.
HSL color Cylindrical-coordinate representation of color #06378F: hue angle of 218.54º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06378F is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 55 | 143 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.44 |
| HSL | 218.54º | 0.92% | 0.29% | - |
| HSV(B) | 218.54º | 0.96% | 0.56% | - |
| XYZ | 6.4 | 4.75 | 26.57 | - |
| YUV | 50.38 | 180.27 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 143 | 0.96 | 0.62 | 0 | 0.44 | 218.54 | 0.92 | 0.29 |
| Hex | 6 | 37 | 8F | 60 | 3E | 0 | 2C | DB | 5C | 1D |
| Octal | 6 | 67 | 217 | 140 | 76 | 0 | 54 | 333 | 134 | 35 |
| Binary | 110 | 110111 | 10001111 | 1100000 | 111110 | 0 | 101100 | 11011011 | 1011100 | 11101 |
Color Harmonies of #06378F
Complementary color
Monochromatic Colors of #06378F
Black with #06378F
Text Example
Text Example
White with #06378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06378F; }
p { color: rgb(6,55,143); }
H1.HeaderClassName
{
color: #06378F;
}
.AnyTagClassName
{
color: #06378F;
}
</style>
background-color css
<style>
a { background-color: #06378F; }
a { background-color: rgb(6,55,143); }
div.DivClassName
{
background-color: #06378F;
}
.BgClassName
{
background-color: #06378F;
}
</style>
border-color css
<style>
span { border-color: #06378F; }
span { border-color: rgb(6,55,143); }
td.TdClassName
{
border-color: #06378F;
}
.TagClassName
{
border-color: #06378F;
}
</style>