Shades of Blue #0612F3
Tints of Blue #0612F3
RGB
CMYK
RGB Variations
Color information
#0612F3 (or 0x0612F3) is known color: Blue. HEX triplet: 06, 12 and F3. RGB value is (6,18,243). Sum of RGB (Red+Green+Blue) = 6+18+243=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 243 (95.31% from 255 or 91.01% from 267); Max value from RGB is 243 - color contains mainly: blue. Hex color #0612F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0612F3 is #F9ED0C. Grayscale: #272727. Windows color (decimal): -16379149 or 15929862. OLE color: 15929862.
HSL color Cylindrical-coordinate representation of color #0612F3: hue angle of 236.96º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0612F3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 18 | 243 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.05 |
| HSL | 236.96º | 0.95% | 0.49% | - |
| HSV(B) | 236.96º | 0.98% | 0.95% | - |
| XYZ | 16.47 | 6.94 | 85.27 | - |
| YUV | 40.06 | 242.52 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 243 | 0.98 | 0.93 | 0 | 0.05 | 236.96 | 0.95 | 0.49 |
| Hex | 6 | 12 | F3 | 62 | 5D | 0 | 5 | ED | 5F | 31 |
| Octal | 6 | 22 | 363 | 142 | 135 | 0 | 5 | 355 | 137 | 61 |
| Binary | 110 | 10010 | 11110011 | 1100010 | 1011101 | 0 | 101 | 11101101 | 1011111 | 110001 |
Color Harmonies of #0612F3
Complementary color
Monochromatic Colors of #0612F3
Black with #0612F3
Text Example
Text Example
White with #0612F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612F3; }
p { color: rgb(6,18,243); }
H1.HeaderClassName
{
color: #0612F3;
}
.AnyTagClassName
{
color: #0612F3;
}
</style>
background-color css
<style>
a { background-color: #0612F3; }
a { background-color: rgb(6,18,243); }
div.DivClassName
{
background-color: #0612F3;
}
.BgClassName
{
background-color: #0612F3;
}
</style>
border-color css
<style>
span { border-color: #0612F3; }
span { border-color: rgb(6,18,243); }
td.TdClassName
{
border-color: #0612F3;
}
.TagClassName
{
border-color: #0612F3;
}
</style>