Shades of Blue #0616F0
Tints of Blue #0616F0
RGB
CMYK
RGB Variations
Color information
#0616F0 (or 0x0616F0) is known color: Blue. HEX triplet: 06, 16 and F0. RGB value is (6,22,240). Sum of RGB (Red+Green+Blue) = 6+22+240=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 240 (94.14% from 255 or 89.55% from 268); Max value from RGB is 240 - color contains mainly: blue. Hex color #0616F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0616F0 is #F9E90F. Grayscale: #292929. Windows color (decimal): -16378128 or 15734278. OLE color: 15734278.
HSL color Cylindrical-coordinate representation of color #0616F0: hue angle of 235.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0616F0 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 22 | 240 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.06 |
| HSL | 235.9º | 0.95% | 0.48% | - |
| HSV(B) | 235.9º | 0.98% | 0.94% | - |
| XYZ | 16.09 | 6.9 | 82.92 | - |
| YUV | 42.07 | 239.7 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 240 | 0.98 | 0.91 | 0 | 0.06 | 235.9 | 0.95 | 0.48 |
| Hex | 6 | 16 | F0 | 62 | 5B | 0 | 6 | EC | 5F | 30 |
| Octal | 6 | 26 | 360 | 142 | 133 | 0 | 6 | 354 | 137 | 60 |
| Binary | 110 | 10110 | 11110000 | 1100010 | 1011011 | 0 | 110 | 11101100 | 1011111 | 110000 |
Color Harmonies of #0616F0
Complementary color
Monochromatic Colors of #0616F0
Black with #0616F0
Text Example
Text Example
White with #0616F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616F0; }
p { color: rgb(6,22,240); }
H1.HeaderClassName
{
color: #0616F0;
}
.AnyTagClassName
{
color: #0616F0;
}
</style>
background-color css
<style>
a { background-color: #0616F0; }
a { background-color: rgb(6,22,240); }
div.DivClassName
{
background-color: #0616F0;
}
.BgClassName
{
background-color: #0616F0;
}
</style>
border-color css
<style>
span { border-color: #0616F0; }
span { border-color: rgb(6,22,240); }
td.TdClassName
{
border-color: #0616F0;
}
.TagClassName
{
border-color: #0616F0;
}
</style>