Shades of Blue #0613FF
Tints of Blue #0613FF
RGB
CMYK
RGB Variations
Color information
#0613FF (or 0x0613FF) is known color: Blue. HEX triplet: 06, 13 and FF. RGB value is (6,19,255). Sum of RGB (Red+Green+Blue) = 6+19+255=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 255 (100% from 255 or 91.07% from 280); Max value from RGB is 255 - color contains mainly: blue. Hex color #0613FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0613FF is #F9EC00. Grayscale: #292929. Windows color (decimal): -16378881 or 16716550. OLE color: 16716550.
HSL color Cylindrical-coordinate representation of color #0613FF: hue angle of 236.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0613FF is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 19 | 255 | - |
| CMYK | 0.98 | 0.93 | 0 | 0 |
| HSL | 236.87º | 1% | 0.51% | - |
| HSV(B) | 236.87º | 0.98% | 1% | - |
| XYZ | 18.36 | 7.72 | 95.13 | - |
| YUV | 42.02 | 248.19 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 255 | 0.98 | 0.93 | 0 | 0 | 236.87 | 1 | 0.51 |
| Hex | 6 | 13 | FF | 62 | 5D | 0 | 0 | ED | 64 | 33 |
| Octal | 6 | 23 | 377 | 142 | 135 | 0 | 0 | 355 | 144 | 63 |
| Binary | 110 | 10011 | 11111111 | 1100010 | 1011101 | 0 | 0 | 11101101 | 1100100 | 110011 |
Color Harmonies of #0613FF
Complementary color
Monochromatic Colors of #0613FF
Black with #0613FF
Text Example
Text Example
White with #0613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613FF; }
p { color: rgb(6,19,255); }
H1.HeaderClassName
{
color: #0613FF;
}
.AnyTagClassName
{
color: #0613FF;
}
</style>
background-color css
<style>
a { background-color: #0613FF; }
a { background-color: rgb(6,19,255); }
div.DivClassName
{
background-color: #0613FF;
}
.BgClassName
{
background-color: #0613FF;
}
</style>
border-color css
<style>
span { border-color: #0613FF; }
span { border-color: rgb(6,19,255); }
td.TdClassName
{
border-color: #0613FF;
}
.TagClassName
{
border-color: #0613FF;
}
</style>