Shades of Cobalt #06429F
Tints of Cobalt #06429F
RGB
CMYK
RGB Variations
Color information
#06429F (or 0x06429F) is known color: Cobalt. HEX triplet: 06, 42 and 9F. RGB value is (6,66,159). Sum of RGB (Red+Green+Blue) = 6+66+159=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #06429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06429F is #F9BD60. Grayscale: #3A3A3A. Windows color (decimal): -16366945 or 10437126. OLE color: 10437126.
HSL color Cylindrical-coordinate representation of color #06429F: hue angle of 216.47º 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 #06429F is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 66 | 159 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.38 |
| HSL | 216.47º | 0.93% | 0.32% | - |
| HSV(B) | 216.47º | 0.96% | 0.62% | - |
| XYZ | 8.28 | 6.44 | 33.61 | - |
| YUV | 58.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 159 | 0.96 | 0.58 | 0 | 0.38 | 216.47 | 0.93 | 0.32 |
| Hex | 6 | 42 | 9F | 60 | 3A | 0 | 26 | D8 | 5D | 20 |
| Octal | 6 | 102 | 237 | 140 | 72 | 0 | 46 | 330 | 135 | 40 |
| Binary | 110 | 1000010 | 10011111 | 1100000 | 111010 | 0 | 100110 | 11011000 | 1011101 | 100000 |
Color Harmonies of #06429F
Complementary color
Monochromatic Colors of #06429F
Black with #06429F
Text Example
Text Example
White with #06429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06429F; }
p { color: rgb(6,66,159); }
H1.HeaderClassName
{
color: #06429F;
}
.AnyTagClassName
{
color: #06429F;
}
</style>
background-color css
<style>
a { background-color: #06429F; }
a { background-color: rgb(6,66,159); }
div.DivClassName
{
background-color: #06429F;
}
.BgClassName
{
background-color: #06429F;
}
</style>
border-color css
<style>
span { border-color: #06429F; }
span { border-color: rgb(6,66,159); }
td.TdClassName
{
border-color: #06429F;
}
.TagClassName
{
border-color: #06429F;
}
</style>