Shades of Cobalt #06479C
Tints of Cobalt #06479C
RGB
CMYK
RGB Variations
Color information
#06479C (or 0x06479C) is known color: Cobalt. HEX triplet: 06, 47 and 9C. RGB value is (6,71,156). Sum of RGB (Red+Green+Blue) = 6+71+156=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #06479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06479C is #F9B863. Grayscale: #3C3C3C. Windows color (decimal): -16365668 or 10241798. OLE color: 10241798.
HSL color Cylindrical-coordinate representation of color #06479C: hue angle of 214º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06479C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 71 | 156 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.39 |
| HSL | 214º | 0.93% | 0.32% | - |
| HSV(B) | 214º | 0.96% | 0.61% | - |
| XYZ | 8.33 | 6.95 | 32.35 | - |
| YUV | 61.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 156 | 0.96 | 0.54 | 0 | 0.39 | 214 | 0.93 | 0.32 |
| Hex | 6 | 47 | 9C | 60 | 36 | 0 | 27 | D6 | 5D | 20 |
| Octal | 6 | 107 | 234 | 140 | 66 | 0 | 47 | 326 | 135 | 40 |
| Binary | 110 | 1000111 | 10011100 | 1100000 | 110110 | 0 | 100111 | 11010110 | 1011101 | 100000 |
Color Harmonies of #06479C
Complementary color
Monochromatic Colors of #06479C
Black with #06479C
Text Example
Text Example
White with #06479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06479C; }
p { color: rgb(6,71,156); }
H1.HeaderClassName
{
color: #06479C;
}
.AnyTagClassName
{
color: #06479C;
}
</style>
background-color css
<style>
a { background-color: #06479C; }
a { background-color: rgb(6,71,156); }
div.DivClassName
{
background-color: #06479C;
}
.BgClassName
{
background-color: #06479C;
}
</style>
border-color css
<style>
span { border-color: #06479C; }
span { border-color: rgb(6,71,156); }
td.TdClassName
{
border-color: #06479C;
}
.TagClassName
{
border-color: #06479C;
}
</style>