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