Shades of Blue #061CF3
Tints of Blue #061CF3
RGB
CMYK
RGB Variations
Color information
#061CF3 (or 0x061CF3) is known color: Blue. HEX triplet: 06, 1C and F3. RGB value is (6,28,243). Sum of RGB (Red+Green+Blue) = 6+28+243=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 243 (95.31% from 255 or 87.73% from 277); Max value from RGB is 243 - color contains mainly: blue. Hex color #061CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF3 is #F9E30C. Grayscale: #2D2D2D. Windows color (decimal): -16376589 or 15932422. OLE color: 15932422.
HSL color Cylindrical-coordinate representation of color #061CF3: hue angle of 234.43º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF3 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 28 | 243 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.05 |
| HSL | 234.43º | 0.95% | 0.49% | - |
| HSV(B) | 234.43º | 0.98% | 0.95% | - |
| XYZ | 16.67 | 7.34 | 85.33 | - |
| YUV | 45.93 | 239.21 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 243 | 0.98 | 0.88 | 0 | 0.05 | 234.43 | 0.95 | 0.49 |
| Hex | 6 | 1C | F3 | 62 | 58 | 0 | 5 | EA | 5F | 31 |
| Octal | 6 | 34 | 363 | 142 | 130 | 0 | 5 | 352 | 137 | 61 |
| Binary | 110 | 11100 | 11110011 | 1100010 | 1011000 | 0 | 101 | 11101010 | 1011111 | 110001 |
Color Harmonies of #061CF3
Complementary color
Monochromatic Colors of #061CF3
Black with #061CF3
Text Example
Text Example
White with #061CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF3; }
p { color: rgb(6,28,243); }
H1.HeaderClassName
{
color: #061CF3;
}
.AnyTagClassName
{
color: #061CF3;
}
</style>
background-color css
<style>
a { background-color: #061CF3; }
a { background-color: rgb(6,28,243); }
div.DivClassName
{
background-color: #061CF3;
}
.BgClassName
{
background-color: #061CF3;
}
</style>
border-color css
<style>
span { border-color: #061CF3; }
span { border-color: rgb(6,28,243); }
td.TdClassName
{
border-color: #061CF3;
}
.TagClassName
{
border-color: #061CF3;
}
</style>