Shades of Medium Blue #0620CB
Tints of Medium Blue #0620CB
RGB
CMYK
RGB Variations
Color information
#0620CB (or 0x0620CB) is known color: Medium Blue. HEX triplet: 06, 20 and CB. RGB value is (6,32,203). Sum of RGB (Red+Green+Blue) = 6+32+203=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #0620CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620CB is #F9DF34. Grayscale: #2B2B2B. Windows color (decimal): -16375605 or 13312006. OLE color: 13312006.
HSL color Cylindrical-coordinate representation of color #0620CB: hue angle of 232.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620CB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 32 | 203 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.20 |
| HSL | 232.08º | 0.94% | 0.41% | - |
| HSV(B) | 232.08º | 0.97% | 0.8% | - |
| XYZ | 11.37 | 5.38 | 56.94 | - |
| YUV | 43.72 | 217.89 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 203 | 0.97 | 0.84 | 0 | 0.20 | 232.08 | 0.94 | 0.41 |
| Hex | 6 | 20 | CB | 61 | 54 | 0 | 14 | E8 | 5E | 29 |
| Octal | 6 | 40 | 313 | 141 | 124 | 0 | 24 | 350 | 136 | 51 |
| Binary | 110 | 100000 | 11001011 | 1100001 | 1010100 | 0 | 10100 | 11101000 | 1011110 | 101001 |
Color Harmonies of #0620CB
Complementary color
Monochromatic Colors of #0620CB
Black with #0620CB
Text Example
Text Example
White with #0620CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620CB; }
p { color: rgb(6,32,203); }
H1.HeaderClassName
{
color: #0620CB;
}
.AnyTagClassName
{
color: #0620CB;
}
</style>
background-color css
<style>
a { background-color: #0620CB; }
a { background-color: rgb(6,32,203); }
div.DivClassName
{
background-color: #0620CB;
}
.BgClassName
{
background-color: #0620CB;
}
</style>
border-color css
<style>
span { border-color: #0620CB; }
span { border-color: rgb(6,32,203); }
td.TdClassName
{
border-color: #0620CB;
}
.TagClassName
{
border-color: #0620CB;
}
</style>