Shades of Blue #061CF7
Tints of Blue #061CF7
RGB
CMYK
RGB Variations
Color information
#061CF7 (or 0x061CF7) is known color: Blue. HEX triplet: 06, 1C and F7. RGB value is (6,28,247). Sum of RGB (Red+Green+Blue) = 6+28+247=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 247 (96.88% from 255 or 87.90% from 281); Max value from RGB is 247 - color contains mainly: blue. Hex color #061CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF7 is #F9E308. Grayscale: #2D2D2D. Windows color (decimal): -16376585 or 16194566. OLE color: 16194566.
HSL color Cylindrical-coordinate representation of color #061CF7: hue angle of 234.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF7 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 28 | 247 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.03 |
| HSL | 234.52º | 0.95% | 0.5% | - |
| HSV(B) | 234.52º | 0.98% | 0.97% | - |
| XYZ | 17.28 | 7.58 | 88.55 | - |
| YUV | 46.39 | 241.21 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 247 | 0.98 | 0.89 | 0 | 0.03 | 234.52 | 0.95 | 0.5 |
| Hex | 6 | 1C | F7 | 62 | 59 | 0 | 3 | EB | 5F | 32 |
| Octal | 6 | 34 | 367 | 142 | 131 | 0 | 3 | 353 | 137 | 62 |
| Binary | 110 | 11100 | 11110111 | 1100010 | 1011001 | 0 | 11 | 11101011 | 1011111 | 110010 |
Color Harmonies of #061CF7
Complementary color
Monochromatic Colors of #061CF7
Black with #061CF7
Text Example
Text Example
White with #061CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF7; }
p { color: rgb(6,28,247); }
H1.HeaderClassName
{
color: #061CF7;
}
.AnyTagClassName
{
color: #061CF7;
}
</style>
background-color css
<style>
a { background-color: #061CF7; }
a { background-color: rgb(6,28,247); }
div.DivClassName
{
background-color: #061CF7;
}
.BgClassName
{
background-color: #061CF7;
}
</style>
border-color css
<style>
span { border-color: #061CF7; }
span { border-color: rgb(6,28,247); }
td.TdClassName
{
border-color: #061CF7;
}
.TagClassName
{
border-color: #061CF7;
}
</style>