Shades of Blue #061CF6
Tints of Blue #061CF6
RGB
CMYK
RGB Variations
Color information
#061CF6 (or 0x061CF6) is known color: Blue. HEX triplet: 06, 1C and F6. RGB value is (6,28,246). Sum of RGB (Red+Green+Blue) = 6+28+246=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 246 (96.48% from 255 or 87.86% from 280); Max value from RGB is 246 - color contains mainly: blue. Hex color #061CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF6 is #F9E309. Grayscale: #2D2D2D. Windows color (decimal): -16376586 or 16129030. OLE color: 16129030.
HSL color Cylindrical-coordinate representation of color #061CF6: hue angle of 234.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF6 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 28 | 246 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.04 |
| HSL | 234.5º | 0.95% | 0.49% | - |
| HSV(B) | 234.5º | 0.98% | 0.96% | - |
| XYZ | 17.12 | 7.52 | 87.74 | - |
| YUV | 46.27 | 240.71 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 246 | 0.98 | 0.89 | 0 | 0.04 | 234.5 | 0.95 | 0.49 |
| Hex | 6 | 1C | F6 | 62 | 59 | 0 | 4 | EA | 5F | 31 |
| Octal | 6 | 34 | 366 | 142 | 131 | 0 | 4 | 352 | 137 | 61 |
| Binary | 110 | 11100 | 11110110 | 1100010 | 1011001 | 0 | 100 | 11101010 | 1011111 | 110001 |
Color Harmonies of #061CF6
Complementary color
Monochromatic Colors of #061CF6
Black with #061CF6
Text Example
Text Example
White with #061CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF6; }
p { color: rgb(6,28,246); }
H1.HeaderClassName
{
color: #061CF6;
}
.AnyTagClassName
{
color: #061CF6;
}
</style>
background-color css
<style>
a { background-color: #061CF6; }
a { background-color: rgb(6,28,246); }
div.DivClassName
{
background-color: #061CF6;
}
.BgClassName
{
background-color: #061CF6;
}
</style>
border-color css
<style>
span { border-color: #061CF6; }
span { border-color: rgb(6,28,246); }
td.TdClassName
{
border-color: #061CF6;
}
.TagClassName
{
border-color: #061CF6;
}
</style>