Shades of Blue #0612FF
Tints of Blue #0612FF
RGB
CMYK
RGB Variations
Color information
#0612FF (or 0x0612FF) is known color: Blue. HEX triplet: 06, 12 and FF. RGB value is (6,18,255). Sum of RGB (Red+Green+Blue) = 6+18+255=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #0612FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0612FF is #F9ED00. Grayscale: #282828. Windows color (decimal): -16379137 or 16716294. OLE color: 16716294.
HSL color Cylindrical-coordinate representation of color #0612FF: hue angle of 237.11º 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 #0612FF is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 18 | 255 | - |
| CMYK | 0.98 | 0.93 | 0 | 0 |
| HSL | 237.11º | 1% | 0.51% | - |
| HSV(B) | 237.11º | 0.98% | 1% | - |
| XYZ | 18.34 | 7.69 | 95.13 | - |
| YUV | 41.43 | 248.52 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 255 | 0.98 | 0.93 | 0 | 0 | 237.11 | 1 | 0.51 |
| Hex | 6 | 12 | FF | 62 | 5D | 0 | 0 | ED | 64 | 33 |
| Octal | 6 | 22 | 377 | 142 | 135 | 0 | 0 | 355 | 144 | 63 |
| Binary | 110 | 10010 | 11111111 | 1100010 | 1011101 | 0 | 0 | 11101101 | 1100100 | 110011 |
Color Harmonies of #0612FF
Complementary color
Monochromatic Colors of #0612FF
Black with #0612FF
Text Example
Text Example
White with #0612FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612FF; }
p { color: rgb(6,18,255); }
H1.HeaderClassName
{
color: #0612FF;
}
.AnyTagClassName
{
color: #0612FF;
}
</style>
background-color css
<style>
a { background-color: #0612FF; }
a { background-color: rgb(6,18,255); }
div.DivClassName
{
background-color: #0612FF;
}
.BgClassName
{
background-color: #0612FF;
}
</style>
border-color css
<style>
span { border-color: #0612FF; }
span { border-color: rgb(6,18,255); }
td.TdClassName
{
border-color: #0612FF;
}
.TagClassName
{
border-color: #0612FF;
}
</style>