Shades of Medium Blue #0621CC
Tints of Medium Blue #0621CC
RGB
CMYK
RGB Variations
Color information
#0621CC (or 0x0621CC) is known color: Medium Blue. HEX triplet: 06, 21 and CC. RGB value is (6,33,204). Sum of RGB (Red+Green+Blue) = 6+33+204=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #0621CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621CC is #F9DE33. Grayscale: #2B2B2B. Windows color (decimal): -16375348 or 13377798. OLE color: 13377798.
HSL color Cylindrical-coordinate representation of color #0621CC: hue angle of 231.82º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621CC is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 33 | 204 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.2 |
| HSL | 231.82º | 0.94% | 0.41% | - |
| HSV(B) | 231.82º | 0.97% | 0.8% | - |
| XYZ | 11.52 | 5.49 | 57.58 | - |
| YUV | 44.42 | 218.05 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 204 | 0.97 | 0.84 | 0 | 0.2 | 231.82 | 0.94 | 0.41 |
| Hex | 6 | 21 | CC | 61 | 54 | 0 | 14 | E8 | 5E | 29 |
| Octal | 6 | 41 | 314 | 141 | 124 | 0 | 24 | 350 | 136 | 51 |
| Binary | 110 | 100001 | 11001100 | 1100001 | 1010100 | 0 | 10100 | 11101000 | 1011110 | 101001 |
Color Harmonies of #0621CC
Complementary color
Monochromatic Colors of #0621CC
Black with #0621CC
Text Example
Text Example
White with #0621CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0621CC; }
p { color: rgb(6,33,204); }
H1.HeaderClassName
{
color: #0621CC;
}
.AnyTagClassName
{
color: #0621CC;
}
</style>
background-color css
<style>
a { background-color: #0621CC; }
a { background-color: rgb(6,33,204); }
div.DivClassName
{
background-color: #0621CC;
}
.BgClassName
{
background-color: #0621CC;
}
</style>
border-color css
<style>
span { border-color: #0621CC; }
span { border-color: rgb(6,33,204); }
td.TdClassName
{
border-color: #0621CC;
}
.TagClassName
{
border-color: #0621CC;
}
</style>