Shades of Medium Blue #0622DD
Tints of Medium Blue #0622DD
RGB
CMYK
RGB Variations
Color information
#0622DD (or 0x0622DD) is known color: Medium Blue. HEX triplet: 06, 22 and DD. RGB value is (6,34,221). Sum of RGB (Red+Green+Blue) = 6+34+221=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #0622DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0622DD is #F9DD22. Grayscale: #2E2E2E. Windows color (decimal): -16375075 or 14492166. OLE color: 14492166.
HSL color Cylindrical-coordinate representation of color #0622DD: hue angle of 232.19º 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 #0622DD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 34 | 221 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.13 |
| HSL | 232.19º | 0.95% | 0.45% | - |
| HSV(B) | 232.19º | 0.97% | 0.87% | - |
| XYZ | 13.7 | 6.4 | 68.92 | - |
| YUV | 46.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 221 | 0.97 | 0.85 | 0 | 0.13 | 232.19 | 0.95 | 0.45 |
| Hex | 6 | 22 | DD | 61 | 55 | 0 | D | E8 | 5F | 2D |
| Octal | 6 | 42 | 335 | 141 | 125 | 0 | 15 | 350 | 137 | 55 |
| Binary | 110 | 100010 | 11011101 | 1100001 | 1010101 | 0 | 1101 | 11101000 | 1011111 | 101101 |
Color Harmonies of #0622DD
Complementary color
Monochromatic Colors of #0622DD
Black with #0622DD
Text Example
Text Example
White with #0622DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0622DD; }
p { color: rgb(6,34,221); }
H1.HeaderClassName
{
color: #0622DD;
}
.AnyTagClassName
{
color: #0622DD;
}
</style>
background-color css
<style>
a { background-color: #0622DD; }
a { background-color: rgb(6,34,221); }
div.DivClassName
{
background-color: #0622DD;
}
.BgClassName
{
background-color: #0622DD;
}
</style>
border-color css
<style>
span { border-color: #0622DD; }
span { border-color: rgb(6,34,221); }
td.TdClassName
{
border-color: #0622DD;
}
.TagClassName
{
border-color: #0622DD;
}
</style>