Shades of Cobalt #06469D
Tints of Cobalt #06469D
RGB
CMYK
RGB Variations
Color information
#06469D (or 0x06469D) is known color: Cobalt. HEX triplet: 06, 46 and 9D. RGB value is (6,70,157). Sum of RGB (Red+Green+Blue) = 6+70+157=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #06469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06469D is #F9B962. Grayscale: #3C3C3C. Windows color (decimal): -16365923 or 10307078. OLE color: 10307078.
HSL color Cylindrical-coordinate representation of color #06469D: hue angle of 214.57º 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 #06469D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 70 | 157 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.38 |
| HSL | 214.57º | 0.93% | 0.32% | - |
| HSV(B) | 214.57º | 0.96% | 0.62% | - |
| XYZ | 8.35 | 6.85 | 32.78 | - |
| YUV | 60.78 | 182.3 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 157 | 0.96 | 0.55 | 0 | 0.38 | 214.57 | 0.93 | 0.32 |
| Hex | 6 | 46 | 9D | 60 | 37 | 0 | 26 | D7 | 5D | 20 |
| Octal | 6 | 106 | 235 | 140 | 67 | 0 | 46 | 327 | 135 | 40 |
| Binary | 110 | 1000110 | 10011101 | 1100000 | 110111 | 0 | 100110 | 11010111 | 1011101 | 100000 |
Color Harmonies of #06469D
Complementary color
Monochromatic Colors of #06469D
Black with #06469D
Text Example
Text Example
White with #06469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06469D; }
p { color: rgb(6,70,157); }
H1.HeaderClassName
{
color: #06469D;
}
.AnyTagClassName
{
color: #06469D;
}
</style>
background-color css
<style>
a { background-color: #06469D; }
a { background-color: rgb(6,70,157); }
div.DivClassName
{
background-color: #06469D;
}
.BgClassName
{
background-color: #06469D;
}
</style>
border-color css
<style>
span { border-color: #06469D; }
span { border-color: rgb(6,70,157); }
td.TdClassName
{
border-color: #06469D;
}
.TagClassName
{
border-color: #06469D;
}
</style>