Shades of Medium Blue #0622CE
Tints of Medium Blue #0622CE
RGB
CMYK
RGB Variations
Color information
#0622CE (or 0x0622CE) is known color: Medium Blue. HEX triplet: 06, 22 and CE. RGB value is (6,34,206). Sum of RGB (Red+Green+Blue) = 6+34+206=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #0622CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0622CE is #F9DD31. Grayscale: #2C2C2C. Windows color (decimal): -16375090 or 13509126. OLE color: 13509126.
HSL color Cylindrical-coordinate representation of color #0622CE: hue angle of 231.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0622CE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 34 | 206 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.19 |
| HSL | 231.6º | 0.94% | 0.42% | - |
| HSV(B) | 231.6º | 0.97% | 0.81% | - |
| XYZ | 11.79 | 5.64 | 58.86 | - |
| YUV | 45.24 | 218.72 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 206 | 0.97 | 0.83 | 0 | 0.19 | 231.6 | 0.94 | 0.42 |
| Hex | 6 | 22 | CE | 61 | 53 | 0 | 13 | E8 | 5E | 2A |
| Octal | 6 | 42 | 316 | 141 | 123 | 0 | 23 | 350 | 136 | 52 |
| Binary | 110 | 100010 | 11001110 | 1100001 | 1010011 | 0 | 10011 | 11101000 | 1011110 | 101010 |
Color Harmonies of #0622CE
Complementary color
Monochromatic Colors of #0622CE
Black with #0622CE
Text Example
Text Example
White with #0622CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0622CE; }
p { color: rgb(6,34,206); }
H1.HeaderClassName
{
color: #0622CE;
}
.AnyTagClassName
{
color: #0622CE;
}
</style>
background-color css
<style>
a { background-color: #0622CE; }
a { background-color: rgb(6,34,206); }
div.DivClassName
{
background-color: #0622CE;
}
.BgClassName
{
background-color: #0622CE;
}
</style>
border-color css
<style>
span { border-color: #0622CE; }
span { border-color: rgb(6,34,206); }
td.TdClassName
{
border-color: #0622CE;
}
.TagClassName
{
border-color: #0622CE;
}
</style>