Shades of Blue #061CFD
Tints of Blue #061CFD
RGB
CMYK
RGB Variations
Color information
#061CFD (or 0x061CFD) is known color: Blue. HEX triplet: 06, 1C and FD. RGB value is (6,28,253). Sum of RGB (Red+Green+Blue) = 6+28+253=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #061CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CFD is #F9E302. Grayscale: #2E2E2E. Windows color (decimal): -16376579 or 16587782. OLE color: 16587782.
HSL color Cylindrical-coordinate representation of color #061CFD: hue angle of 234.66º 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 #061CFD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 28 | 253 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.01 |
| HSL | 234.66º | 0.98% | 0.51% | - |
| HSV(B) | 234.66º | 0.98% | 0.99% | - |
| XYZ | 18.22 | 7.96 | 93.5 | - |
| YUV | 47.07 | 244.21 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 253 | 0.98 | 0.89 | 0 | 0.01 | 234.66 | 0.98 | 0.51 |
| Hex | 6 | 1C | FD | 62 | 59 | 0 | 1 | EB | 62 | 33 |
| Octal | 6 | 34 | 375 | 142 | 131 | 0 | 1 | 353 | 142 | 63 |
| Binary | 110 | 11100 | 11111101 | 1100010 | 1011001 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #061CFD
Complementary color
Monochromatic Colors of #061CFD
Black with #061CFD
Text Example
Text Example
White with #061CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CFD; }
p { color: rgb(6,28,253); }
H1.HeaderClassName
{
color: #061CFD;
}
.AnyTagClassName
{
color: #061CFD;
}
</style>
background-color css
<style>
a { background-color: #061CFD; }
a { background-color: rgb(6,28,253); }
div.DivClassName
{
background-color: #061CFD;
}
.BgClassName
{
background-color: #061CFD;
}
</style>
border-color css
<style>
span { border-color: #061CFD; }
span { border-color: rgb(6,28,253); }
td.TdClassName
{
border-color: #061CFD;
}
.TagClassName
{
border-color: #061CFD;
}
</style>