Shades of Medium Blue #0621DA
Tints of Medium Blue #0621DA
RGB
CMYK
RGB Variations
Color information
#0621DA (or 0x0621DA) is known color: Medium Blue. HEX triplet: 06, 21 and DA. RGB value is (6,33,218). Sum of RGB (Red+Green+Blue) = 6+33+218=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 218 (85.55% from 255 or 84.82% from 257); Max value from RGB is 218 - color contains mainly: blue. Hex color #0621DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621DA is #F9DE25. Grayscale: #2D2D2D. Windows color (decimal): -16375334 or 14295302. OLE color: 14295302.
HSL color Cylindrical-coordinate representation of color #0621DA: hue angle of 232.36º 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 #0621DA is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 33 | 218 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.15 |
| HSL | 232.36º | 0.95% | 0.44% | - |
| HSV(B) | 232.36º | 0.97% | 0.85% | - |
| XYZ | 13.27 | 6.19 | 66.82 | - |
| YUV | 46.02 | 225.05 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 218 | 0.97 | 0.85 | 0 | 0.15 | 232.36 | 0.95 | 0.44 |
| Hex | 6 | 21 | DA | 61 | 55 | 0 | F | E8 | 5F | 2C |
| Octal | 6 | 41 | 332 | 141 | 125 | 0 | 17 | 350 | 137 | 54 |
| Binary | 110 | 100001 | 11011010 | 1100001 | 1010101 | 0 | 1111 | 11101000 | 1011111 | 101100 |
Color Harmonies of #0621DA
Complementary color
Monochromatic Colors of #0621DA
Black with #0621DA
Text Example
Text Example
White with #0621DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0621DA; }
p { color: rgb(6,33,218); }
H1.HeaderClassName
{
color: #0621DA;
}
.AnyTagClassName
{
color: #0621DA;
}
</style>
background-color css
<style>
a { background-color: #0621DA; }
a { background-color: rgb(6,33,218); }
div.DivClassName
{
background-color: #0621DA;
}
.BgClassName
{
background-color: #0621DA;
}
</style>
border-color css
<style>
span { border-color: #0621DA; }
span { border-color: rgb(6,33,218); }
td.TdClassName
{
border-color: #0621DA;
}
.TagClassName
{
border-color: #0621DA;
}
</style>