Shades of Cobalt #063FC0
Tints of Cobalt #063FC0
RGB
CMYK
RGB Variations
Color information
#063FC0 (or 0x063FC0) is known color: Cobalt. HEX triplet: 06, 3F and C0. RGB value is (6,63,192). Sum of RGB (Red+Green+Blue) = 6+63+192=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #063FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FC0 is #F9C03F. Grayscale: #3C3C3C. Windows color (decimal): -16367680 or 12599046. OLE color: 12599046.
HSL color Cylindrical-coordinate representation of color #063FC0: hue angle of 221.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FC0 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 63 | 192 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.25 |
| HSL | 221.61º | 0.94% | 0.39% | - |
| HSV(B) | 221.61º | 0.97% | 0.75% | - |
| XYZ | 11.37 | 7.4 | 50.7 | - |
| YUV | 60.66 | 202.12 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 192 | 0.97 | 0.67 | 0 | 0.25 | 221.61 | 0.94 | 0.39 |
| Hex | 6 | 3F | C0 | 61 | 43 | 0 | 19 | DE | 5E | 27 |
| Octal | 6 | 77 | 300 | 141 | 103 | 0 | 31 | 336 | 136 | 47 |
| Binary | 110 | 111111 | 11000000 | 1100001 | 1000011 | 0 | 11001 | 11011110 | 1011110 | 100111 |
Color Harmonies of #063FC0
Complementary color
Monochromatic Colors of #063FC0
Black with #063FC0
Text Example
Text Example
White with #063FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FC0; }
p { color: rgb(6,63,192); }
H1.HeaderClassName
{
color: #063FC0;
}
.AnyTagClassName
{
color: #063FC0;
}
</style>
background-color css
<style>
a { background-color: #063FC0; }
a { background-color: rgb(6,63,192); }
div.DivClassName
{
background-color: #063FC0;
}
.BgClassName
{
background-color: #063FC0;
}
</style>
border-color css
<style>
span { border-color: #063FC0; }
span { border-color: rgb(6,63,192); }
td.TdClassName
{
border-color: #063FC0;
}
.TagClassName
{
border-color: #063FC0;
}
</style>