Shades of Blue #0615FF
Tints of Blue #0615FF
RGB
CMYK
RGB Variations
Color information
#0615FF (or 0x0615FF) is known color: Blue. HEX triplet: 06, 15 and FF. RGB value is (6,21,255). Sum of RGB (Red+Green+Blue) = 6+21+255=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #0615FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0615FF is #F9EA00. Grayscale: #2A2A2A. Windows color (decimal): -16378369 or 16717062. OLE color: 16717062.
HSL color Cylindrical-coordinate representation of color #0615FF: hue angle of 236.39º 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 #0615FF is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 21 | 255 | - |
| CMYK | 0.98 | 0.92 | 0 | 0 |
| HSL | 236.39º | 1% | 0.51% | - |
| HSV(B) | 236.39º | 0.98% | 1% | - |
| XYZ | 18.39 | 7.8 | 95.14 | - |
| YUV | 43.19 | 247.53 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 255 | 0.98 | 0.92 | 0 | 0 | 236.39 | 1 | 0.51 |
| Hex | 6 | 15 | FF | 62 | 5C | 0 | 0 | EC | 64 | 33 |
| Octal | 6 | 25 | 377 | 142 | 134 | 0 | 0 | 354 | 144 | 63 |
| Binary | 110 | 10101 | 11111111 | 1100010 | 1011100 | 0 | 0 | 11101100 | 1100100 | 110011 |
Color Harmonies of #0615FF
Complementary color
Monochromatic Colors of #0615FF
Black with #0615FF
Text Example
Text Example
White with #0615FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0615FF; }
p { color: rgb(6,21,255); }
H1.HeaderClassName
{
color: #0615FF;
}
.AnyTagClassName
{
color: #0615FF;
}
</style>
background-color css
<style>
a { background-color: #0615FF; }
a { background-color: rgb(6,21,255); }
div.DivClassName
{
background-color: #0615FF;
}
.BgClassName
{
background-color: #0615FF;
}
</style>
border-color css
<style>
span { border-color: #0615FF; }
span { border-color: rgb(6,21,255); }
td.TdClassName
{
border-color: #0615FF;
}
.TagClassName
{
border-color: #0615FF;
}
</style>