Shades of Blue #060CFB
Tints of Blue #060CFB
RGB
CMYK
RGB Variations
Color information
#060CFB (or 0x060CFB) is known color: Blue. HEX triplet: 06, 0C and FB. RGB value is (6,12,251). Sum of RGB (Red+Green+Blue) = 6+12+251=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 251 (98.44% from 255 or 93.31% from 269); Max value from RGB is 251 - color contains mainly: blue. Hex color #060CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CFB is #F9F304. Grayscale: #242424. Windows color (decimal): -16380677 or 16452614. OLE color: 16452614.
HSL color Cylindrical-coordinate representation of color #060CFB: hue angle of 238.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060CFB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 12 | 251 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.02 |
| HSL | 238.53º | 0.97% | 0.5% | - |
| HSV(B) | 238.53º | 0.98% | 0.98% | - |
| XYZ | 17.62 | 7.27 | 91.74 | - |
| YUV | 37.45 | 248.51 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 251 | 0.98 | 0.95 | 0 | 0.02 | 238.53 | 0.97 | 0.5 |
| Hex | 6 | C | FB | 62 | 5F | 0 | 2 | EF | 61 | 32 |
| Octal | 6 | 14 | 373 | 142 | 137 | 0 | 2 | 357 | 141 | 62 |
| Binary | 110 | 1100 | 11111011 | 1100010 | 1011111 | 0 | 10 | 11101111 | 1100001 | 110010 |
Color Harmonies of #060CFB
Complementary color
Monochromatic Colors of #060CFB
Black with #060CFB
Text Example
Text Example
White with #060CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CFB; }
p { color: rgb(6,12,251); }
H1.HeaderClassName
{
color: #060CFB;
}
.AnyTagClassName
{
color: #060CFB;
}
</style>
background-color css
<style>
a { background-color: #060CFB; }
a { background-color: rgb(6,12,251); }
div.DivClassName
{
background-color: #060CFB;
}
.BgClassName
{
background-color: #060CFB;
}
</style>
border-color css
<style>
span { border-color: #060CFB; }
span { border-color: rgb(6,12,251); }
td.TdClassName
{
border-color: #060CFB;
}
.TagClassName
{
border-color: #060CFB;
}
</style>