Shades of Smalt #06278B
Tints of Smalt #06278B
RGB
CMYK
RGB Variations
Color information
#06278B (or 0x06278B) is known color: Smalt. HEX triplet: 06, 27 and 8B. RGB value is (6,39,139). Sum of RGB (Red+Green+Blue) = 6+39+139=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #06278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06278B is #F9D874. Grayscale: #282828. Windows color (decimal): -16373877 or 9119494. OLE color: 9119494.
HSL color Cylindrical-coordinate representation of color #06278B: hue angle of 225.11º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06278B is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 39 | 139 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.45 |
| HSL | 225.11º | 0.92% | 0.28% | - |
| HSV(B) | 225.11º | 0.96% | 0.55% | - |
| XYZ | 5.46 | 3.35 | 24.79 | - |
| YUV | 40.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 139 | 0.96 | 0.72 | 0 | 0.45 | 225.11 | 0.92 | 0.28 |
| Hex | 6 | 27 | 8B | 60 | 48 | 0 | 2D | E1 | 5C | 1C |
| Octal | 6 | 47 | 213 | 140 | 110 | 0 | 55 | 341 | 134 | 34 |
| Binary | 110 | 100111 | 10001011 | 1100000 | 1001000 | 0 | 101101 | 11100001 | 1011100 | 11100 |
Color Harmonies of #06278B
Complementary color
Monochromatic Colors of #06278B
Black with #06278B
Text Example
Text Example
White with #06278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06278B; }
p { color: rgb(6,39,139); }
H1.HeaderClassName
{
color: #06278B;
}
.AnyTagClassName
{
color: #06278B;
}
</style>
background-color css
<style>
a { background-color: #06278B; }
a { background-color: rgb(6,39,139); }
div.DivClassName
{
background-color: #06278B;
}
.BgClassName
{
background-color: #06278B;
}
</style>
border-color css
<style>
span { border-color: #06278B; }
span { border-color: rgb(6,39,139); }
td.TdClassName
{
border-color: #06278B;
}
.TagClassName
{
border-color: #06278B;
}
</style>