Shades of Blue #0613FD
Tints of Blue #0613FD
RGB
CMYK
RGB Variations
Color information
#0613FD (or 0x0613FD) is known color: Blue. HEX triplet: 06, 13 and FD. RGB value is (6,19,253). Sum of RGB (Red+Green+Blue) = 6+19+253=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #0613FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0613FD is #F9EC02. Grayscale: #282828. Windows color (decimal): -16378883 or 16585478. OLE color: 16585478.
HSL color Cylindrical-coordinate representation of color #0613FD: hue angle of 236.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0613FD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 19 | 253 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.01 |
| HSL | 236.84º | 0.98% | 0.51% | - |
| HSV(B) | 236.84º | 0.98% | 0.99% | - |
| XYZ | 18.04 | 7.6 | 93.44 | - |
| YUV | 41.79 | 247.19 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 253 | 0.98 | 0.92 | 0 | 0.01 | 236.84 | 0.98 | 0.51 |
| Hex | 6 | 13 | FD | 62 | 5C | 0 | 1 | ED | 62 | 33 |
| Octal | 6 | 23 | 375 | 142 | 134 | 0 | 1 | 355 | 142 | 63 |
| Binary | 110 | 10011 | 11111101 | 1100010 | 1011100 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0613FD
Complementary color
Monochromatic Colors of #0613FD
Black with #0613FD
Text Example
Text Example
White with #0613FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613FD; }
p { color: rgb(6,19,253); }
H1.HeaderClassName
{
color: #0613FD;
}
.AnyTagClassName
{
color: #0613FD;
}
</style>
background-color css
<style>
a { background-color: #0613FD; }
a { background-color: rgb(6,19,253); }
div.DivClassName
{
background-color: #0613FD;
}
.BgClassName
{
background-color: #0613FD;
}
</style>
border-color css
<style>
span { border-color: #0613FD; }
span { border-color: rgb(6,19,253); }
td.TdClassName
{
border-color: #0613FD;
}
.TagClassName
{
border-color: #0613FD;
}
</style>