Shades of Cobalt #063FA6
Tints of Cobalt #063FA6
RGB
CMYK
RGB Variations
Color information
#063FA6 (or 0x063FA6) is known color: Cobalt. HEX triplet: 06, 3F and A6. RGB value is (6,63,166). Sum of RGB (Red+Green+Blue) = 6+63+166=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #063FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA6 is #F9C059. Grayscale: #393939. Windows color (decimal): -16367706 or 10895110. OLE color: 10895110.
HSL color Cylindrical-coordinate representation of color #063FA6: hue angle of 218.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063FA6 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 63 | 166 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.35 |
| HSL | 218.63º | 0.93% | 0.34% | - |
| HSV(B) | 218.63º | 0.96% | 0.65% | - |
| XYZ | 8.74 | 6.35 | 36.84 | - |
| YUV | 57.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 166 | 0.96 | 0.62 | 0 | 0.35 | 218.63 | 0.93 | 0.34 |
| Hex | 6 | 3F | A6 | 60 | 3E | 0 | 23 | DB | 5D | 22 |
| Octal | 6 | 77 | 246 | 140 | 76 | 0 | 43 | 333 | 135 | 42 |
| Binary | 110 | 111111 | 10100110 | 1100000 | 111110 | 0 | 100011 | 11011011 | 1011101 | 100010 |
Color Harmonies of #063FA6
Complementary color
Monochromatic Colors of #063FA6
Black with #063FA6
Text Example
Text Example
White with #063FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FA6; }
p { color: rgb(6,63,166); }
H1.HeaderClassName
{
color: #063FA6;
}
.AnyTagClassName
{
color: #063FA6;
}
</style>
background-color css
<style>
a { background-color: #063FA6; }
a { background-color: rgb(6,63,166); }
div.DivClassName
{
background-color: #063FA6;
}
.BgClassName
{
background-color: #063FA6;
}
</style>
border-color css
<style>
span { border-color: #063FA6; }
span { border-color: rgb(6,63,166); }
td.TdClassName
{
border-color: #063FA6;
}
.TagClassName
{
border-color: #063FA6;
}
</style>