Shades of Blue #0616EC
Tints of Blue #0616EC
RGB
CMYK
RGB Variations
Color information
#0616EC (or 0x0616EC) is known color: Blue. HEX triplet: 06, 16 and EC. RGB value is (6,22,236). Sum of RGB (Red+Green+Blue) = 6+22+236=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #0616EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0616EC is #F9E913. Grayscale: #282828. Windows color (decimal): -16378132 or 15472134. OLE color: 15472134.
HSL color Cylindrical-coordinate representation of color #0616EC: hue angle of 235.83º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616EC is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 22 | 236 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.07 |
| HSL | 235.83º | 0.95% | 0.47% | - |
| HSV(B) | 235.83º | 0.97% | 0.93% | - |
| XYZ | 15.5 | 6.67 | 79.83 | - |
| YUV | 41.61 | 237.7 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 236 | 0.97 | 0.91 | 0 | 0.07 | 235.83 | 0.95 | 0.47 |
| Hex | 6 | 16 | EC | 61 | 5B | 0 | 7 | EC | 5F | 2F |
| Octal | 6 | 26 | 354 | 141 | 133 | 0 | 7 | 354 | 137 | 57 |
| Binary | 110 | 10110 | 11101100 | 1100001 | 1011011 | 0 | 111 | 11101100 | 1011111 | 101111 |
Color Harmonies of #0616EC
Complementary color
Monochromatic Colors of #0616EC
Black with #0616EC
Text Example
Text Example
White with #0616EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616EC; }
p { color: rgb(6,22,236); }
H1.HeaderClassName
{
color: #0616EC;
}
.AnyTagClassName
{
color: #0616EC;
}
</style>
background-color css
<style>
a { background-color: #0616EC; }
a { background-color: rgb(6,22,236); }
div.DivClassName
{
background-color: #0616EC;
}
.BgClassName
{
background-color: #0616EC;
}
</style>
border-color css
<style>
span { border-color: #0616EC; }
span { border-color: rgb(6,22,236); }
td.TdClassName
{
border-color: #0616EC;
}
.TagClassName
{
border-color: #0616EC;
}
</style>