Shades of Medium Blue #0620DA
Tints of Medium Blue #0620DA
RGB
CMYK
RGB Variations
Color information
#0620DA (or 0x0620DA) is known color: Medium Blue. HEX triplet: 06, 20 and DA. RGB value is (6,32,218). Sum of RGB (Red+Green+Blue) = 6+32+218=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #0620DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620DA is #F9DF25. Grayscale: #2C2C2C. Windows color (decimal): -16375590 or 14295046. OLE color: 14295046.
HSL color Cylindrical-coordinate representation of color #0620DA: hue angle of 232.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620DA is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 32 | 218 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.15 |
| HSL | 232.64º | 0.95% | 0.44% | - |
| HSV(B) | 232.64º | 0.97% | 0.85% | - |
| XYZ | 13.25 | 6.13 | 66.82 | - |
| YUV | 45.43 | 225.39 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 218 | 0.97 | 0.85 | 0 | 0.15 | 232.64 | 0.95 | 0.44 |
| Hex | 6 | 20 | DA | 61 | 55 | 0 | F | E9 | 5F | 2C |
| Octal | 6 | 40 | 332 | 141 | 125 | 0 | 17 | 351 | 137 | 54 |
| Binary | 110 | 100000 | 11011010 | 1100001 | 1010101 | 0 | 1111 | 11101001 | 1011111 | 101100 |
Color Harmonies of #0620DA
Complementary color
Monochromatic Colors of #0620DA
Black with #0620DA
Text Example
Text Example
White with #0620DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620DA; }
p { color: rgb(6,32,218); }
H1.HeaderClassName
{
color: #0620DA;
}
.AnyTagClassName
{
color: #0620DA;
}
</style>
background-color css
<style>
a { background-color: #0620DA; }
a { background-color: rgb(6,32,218); }
div.DivClassName
{
background-color: #0620DA;
}
.BgClassName
{
background-color: #0620DA;
}
</style>
border-color css
<style>
span { border-color: #0620DA; }
span { border-color: rgb(6,32,218); }
td.TdClassName
{
border-color: #0620DA;
}
.TagClassName
{
border-color: #0620DA;
}
</style>