Shades of Medium Blue #0620C9
Tints of Medium Blue #0620C9
RGB
CMYK
RGB Variations
Color information
#0620C9 (or 0x0620C9) is known color: Medium Blue. HEX triplet: 06, 20 and C9. RGB value is (6,32,201). Sum of RGB (Red+Green+Blue) = 6+32+201=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 201 (78.91% from 255 or 84.10% from 239); Max value from RGB is 201 - color contains mainly: blue. Hex color #0620C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620C9 is #F9DF36. Grayscale: #2A2A2A. Windows color (decimal): -16375607 or 13180934. OLE color: 13180934.
HSL color Cylindrical-coordinate representation of color #0620C9: hue angle of 232º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620C9 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 32 | 201 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.21 |
| HSL | 232º | 0.94% | 0.41% | - |
| HSV(B) | 232º | 0.97% | 0.79% | - |
| XYZ | 11.13 | 5.29 | 55.69 | - |
| YUV | 43.49 | 216.89 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 201 | 0.97 | 0.84 | 0 | 0.21 | 232 | 0.94 | 0.41 |
| Hex | 6 | 20 | C9 | 61 | 54 | 0 | 15 | E8 | 5E | 29 |
| Octal | 6 | 40 | 311 | 141 | 124 | 0 | 25 | 350 | 136 | 51 |
| Binary | 110 | 100000 | 11001001 | 1100001 | 1010100 | 0 | 10101 | 11101000 | 1011110 | 101001 |
Color Harmonies of #0620C9
Complementary color
Monochromatic Colors of #0620C9
Black with #0620C9
Text Example
Text Example
White with #0620C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620C9; }
p { color: rgb(6,32,201); }
H1.HeaderClassName
{
color: #0620C9;
}
.AnyTagClassName
{
color: #0620C9;
}
</style>
background-color css
<style>
a { background-color: #0620C9; }
a { background-color: rgb(6,32,201); }
div.DivClassName
{
background-color: #0620C9;
}
.BgClassName
{
background-color: #0620C9;
}
</style>
border-color css
<style>
span { border-color: #0620C9; }
span { border-color: rgb(6,32,201); }
td.TdClassName
{
border-color: #0620C9;
}
.TagClassName
{
border-color: #0620C9;
}
</style>