Shades of Medium Blue #0620DD
Tints of Medium Blue #0620DD
RGB
CMYK
RGB Variations
Color information
#0620DD (or 0x0620DD) is known color: Medium Blue. HEX triplet: 06, 20 and DD. RGB value is (6,32,221). Sum of RGB (Red+Green+Blue) = 6+32+221=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #0620DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620DD is #F9DF22. Grayscale: #2C2C2C. Windows color (decimal): -16375587 or 14491654. OLE color: 14491654.
HSL color Cylindrical-coordinate representation of color #0620DD: hue angle of 232.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620DD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 32 | 221 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.13 |
| HSL | 232.74º | 0.95% | 0.45% | - |
| HSV(B) | 232.74º | 0.97% | 0.87% | - |
| XYZ | 13.64 | 6.29 | 68.9 | - |
| YUV | 45.77 | 226.89 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 221 | 0.97 | 0.86 | 0 | 0.13 | 232.74 | 0.95 | 0.45 |
| Hex | 6 | 20 | DD | 61 | 56 | 0 | D | E9 | 5F | 2D |
| Octal | 6 | 40 | 335 | 141 | 126 | 0 | 15 | 351 | 137 | 55 |
| Binary | 110 | 100000 | 11011101 | 1100001 | 1010110 | 0 | 1101 | 11101001 | 1011111 | 101101 |
Color Harmonies of #0620DD
Complementary color
Monochromatic Colors of #0620DD
Black with #0620DD
Text Example
Text Example
White with #0620DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620DD; }
p { color: rgb(6,32,221); }
H1.HeaderClassName
{
color: #0620DD;
}
.AnyTagClassName
{
color: #0620DD;
}
</style>
background-color css
<style>
a { background-color: #0620DD; }
a { background-color: rgb(6,32,221); }
div.DivClassName
{
background-color: #0620DD;
}
.BgClassName
{
background-color: #0620DD;
}
</style>
border-color css
<style>
span { border-color: #0620DD; }
span { border-color: rgb(6,32,221); }
td.TdClassName
{
border-color: #0620DD;
}
.TagClassName
{
border-color: #0620DD;
}
</style>