Shades of Cobalt #06469A
Tints of Cobalt #06469A
RGB
CMYK
RGB Variations
Color information
#06469A (or 0x06469A) is known color: Cobalt. HEX triplet: 06, 46 and 9A. RGB value is (6,70,154). Sum of RGB (Red+Green+Blue) = 6+70+154=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #06469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06469A is #F9B965. Grayscale: #3C3C3C. Windows color (decimal): -16365926 or 10110470. OLE color: 10110470.
HSL color Cylindrical-coordinate representation of color #06469A: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06469A is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 70 | 154 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.40 |
| HSL | 214.05º | 0.93% | 0.31% | - |
| HSV(B) | 214.05º | 0.96% | 0.6% | - |
| XYZ | 8.1 | 6.75 | 31.45 | - |
| YUV | 60.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 154 | 0.96 | 0.55 | 0 | 0.40 | 214.05 | 0.93 | 0.31 |
| Hex | 6 | 46 | 9A | 60 | 37 | 0 | 28 | D6 | 5C | 1F |
| Octal | 6 | 106 | 232 | 140 | 67 | 0 | 50 | 326 | 134 | 37 |
| Binary | 110 | 1000110 | 10011010 | 1100000 | 110111 | 0 | 101000 | 11010110 | 1011100 | 11111 |
Color Harmonies of #06469A
Complementary color
Monochromatic Colors of #06469A
Black with #06469A
Text Example
Text Example
White with #06469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06469A; }
p { color: rgb(6,70,154); }
H1.HeaderClassName
{
color: #06469A;
}
.AnyTagClassName
{
color: #06469A;
}
</style>
background-color css
<style>
a { background-color: #06469A; }
a { background-color: rgb(6,70,154); }
div.DivClassName
{
background-color: #06469A;
}
.BgClassName
{
background-color: #06469A;
}
</style>
border-color css
<style>
span { border-color: #06469A; }
span { border-color: rgb(6,70,154); }
td.TdClassName
{
border-color: #06469A;
}
.TagClassName
{
border-color: #06469A;
}
</style>