Shades of Blue #061CFC
Tints of Blue #061CFC
RGB
CMYK
RGB Variations
Color information
#061CFC (or 0x061CFC) is known color: Blue. HEX triplet: 06, 1C and FC. RGB value is (6,28,252). Sum of RGB (Red+Green+Blue) = 6+28+252=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #061CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CFC is #F9E303. Grayscale: #2E2E2E. Windows color (decimal): -16376580 or 16522246. OLE color: 16522246.
HSL color Cylindrical-coordinate representation of color #061CFC: hue angle of 234.63º 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 #061CFC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 28 | 252 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.01 |
| HSL | 234.63º | 0.98% | 0.51% | - |
| HSV(B) | 234.63º | 0.98% | 0.99% | - |
| XYZ | 18.06 | 7.9 | 92.67 | - |
| YUV | 46.96 | 243.71 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 252 | 0.98 | 0.89 | 0 | 0.01 | 234.63 | 0.98 | 0.51 |
| Hex | 6 | 1C | FC | 62 | 59 | 0 | 1 | EB | 62 | 33 |
| Octal | 6 | 34 | 374 | 142 | 131 | 0 | 1 | 353 | 142 | 63 |
| Binary | 110 | 11100 | 11111100 | 1100010 | 1011001 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #061CFC
Complementary color
Monochromatic Colors of #061CFC
Black with #061CFC
Text Example
Text Example
White with #061CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CFC; }
p { color: rgb(6,28,252); }
H1.HeaderClassName
{
color: #061CFC;
}
.AnyTagClassName
{
color: #061CFC;
}
</style>
background-color css
<style>
a { background-color: #061CFC; }
a { background-color: rgb(6,28,252); }
div.DivClassName
{
background-color: #061CFC;
}
.BgClassName
{
background-color: #061CFC;
}
</style>
border-color css
<style>
span { border-color: #061CFC; }
span { border-color: rgb(6,28,252); }
td.TdClassName
{
border-color: #061CFC;
}
.TagClassName
{
border-color: #061CFC;
}
</style>