Shades of Blue #061FFC
Tints of Blue #061FFC
RGB
CMYK
RGB Variations
Color information
#061FFC (or 0x061FFC) is known color: Blue. HEX triplet: 06, 1F and FC. RGB value is (6,31,252). Sum of RGB (Red+Green+Blue) = 6+31+252=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 252 (98.83% from 255 or 87.20% from 289); Max value from RGB is 252 - color contains mainly: blue. Hex color #061FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061FFC is #F9E003. Grayscale: #2F2F2F. Windows color (decimal): -16375812 or 16523014. OLE color: 16523014.
HSL color Cylindrical-coordinate representation of color #061FFC: hue angle of 233.9º 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 #061FFC is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 31 | 252 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.01 |
| HSL | 233.9º | 0.98% | 0.51% | - |
| HSV(B) | 233.9º | 0.98% | 0.99% | - |
| XYZ | 18.14 | 8.05 | 92.69 | - |
| YUV | 48.72 | 242.72 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 252 | 0.98 | 0.88 | 0 | 0.01 | 233.9 | 0.98 | 0.51 |
| Hex | 6 | 1F | FC | 62 | 58 | 0 | 1 | EA | 62 | 33 |
| Octal | 6 | 37 | 374 | 142 | 130 | 0 | 1 | 352 | 142 | 63 |
| Binary | 110 | 11111 | 11111100 | 1100010 | 1011000 | 0 | 1 | 11101010 | 1100010 | 110011 |
Color Harmonies of #061FFC
Complementary color
Monochromatic Colors of #061FFC
Black with #061FFC
Text Example
Text Example
White with #061FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FFC; }
p { color: rgb(6,31,252); }
H1.HeaderClassName
{
color: #061FFC;
}
.AnyTagClassName
{
color: #061FFC;
}
</style>
background-color css
<style>
a { background-color: #061FFC; }
a { background-color: rgb(6,31,252); }
div.DivClassName
{
background-color: #061FFC;
}
.BgClassName
{
background-color: #061FFC;
}
</style>
border-color css
<style>
span { border-color: #061FFC; }
span { border-color: rgb(6,31,252); }
td.TdClassName
{
border-color: #061FFC;
}
.TagClassName
{
border-color: #061FFC;
}
</style>