Shades of Medium Blue #0622DF
Tints of Medium Blue #0622DF
RGB
CMYK
RGB Variations
Color information
#0622DF (or 0x0622DF) is known color: Medium Blue. HEX triplet: 06, 22 and DF. RGB value is (6,34,223). Sum of RGB (Red+Green+Blue) = 6+34+223=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #0622DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0622DF is #F9DD20. Grayscale: #2E2E2E. Windows color (decimal): -16375073 or 14623238. OLE color: 14623238.
HSL color Cylindrical-coordinate representation of color #0622DF: hue angle of 232.26º 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 #0622DF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 34 | 223 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.13 |
| HSL | 232.26º | 0.95% | 0.45% | - |
| HSV(B) | 232.26º | 0.97% | 0.87% | - |
| XYZ | 13.97 | 6.51 | 70.33 | - |
| YUV | 47.17 | 227.22 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 223 | 0.97 | 0.85 | 0 | 0.13 | 232.26 | 0.95 | 0.45 |
| Hex | 6 | 22 | DF | 61 | 55 | 0 | D | E8 | 5F | 2D |
| Octal | 6 | 42 | 337 | 141 | 125 | 0 | 15 | 350 | 137 | 55 |
| Binary | 110 | 100010 | 11011111 | 1100001 | 1010101 | 0 | 1101 | 11101000 | 1011111 | 101101 |
Color Harmonies of #0622DF
Complementary color
Monochromatic Colors of #0622DF
Black with #0622DF
Text Example
Text Example
White with #0622DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0622DF; }
p { color: rgb(6,34,223); }
H1.HeaderClassName
{
color: #0622DF;
}
.AnyTagClassName
{
color: #0622DF;
}
</style>
background-color css
<style>
a { background-color: #0622DF; }
a { background-color: rgb(6,34,223); }
div.DivClassName
{
background-color: #0622DF;
}
.BgClassName
{
background-color: #0622DF;
}
</style>
border-color css
<style>
span { border-color: #0622DF; }
span { border-color: rgb(6,34,223); }
td.TdClassName
{
border-color: #0622DF;
}
.TagClassName
{
border-color: #0622DF;
}
</style>