Shades of Blue #061CED
Tints of Blue #061CED
RGB
CMYK
RGB Variations
Color information
#061CED (or 0x061CED) is known color: Blue. HEX triplet: 06, 1C and ED. RGB value is (6,28,237). Sum of RGB (Red+Green+Blue) = 6+28+237=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #061CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CED is #F9E312. Grayscale: #2C2C2C. Windows color (decimal): -16376595 or 15539206. OLE color: 15539206.
HSL color Cylindrical-coordinate representation of color #061CED: hue angle of 234.29º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CED is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 28 | 237 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.07 |
| HSL | 234.29º | 0.95% | 0.48% | - |
| HSV(B) | 234.29º | 0.97% | 0.93% | - |
| XYZ | 15.78 | 6.98 | 80.64 | - |
| YUV | 45.25 | 236.21 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 237 | 0.97 | 0.88 | 0 | 0.07 | 234.29 | 0.95 | 0.48 |
| Hex | 6 | 1C | ED | 61 | 58 | 0 | 7 | EA | 5F | 30 |
| Octal | 6 | 34 | 355 | 141 | 130 | 0 | 7 | 352 | 137 | 60 |
| Binary | 110 | 11100 | 11101101 | 1100001 | 1011000 | 0 | 111 | 11101010 | 1011111 | 110000 |
Color Harmonies of #061CED
Complementary color
Monochromatic Colors of #061CED
Black with #061CED
Text Example
Text Example
White with #061CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CED; }
p { color: rgb(6,28,237); }
H1.HeaderClassName
{
color: #061CED;
}
.AnyTagClassName
{
color: #061CED;
}
</style>
background-color css
<style>
a { background-color: #061CED; }
a { background-color: rgb(6,28,237); }
div.DivClassName
{
background-color: #061CED;
}
.BgClassName
{
background-color: #061CED;
}
</style>
border-color css
<style>
span { border-color: #061CED; }
span { border-color: rgb(6,28,237); }
td.TdClassName
{
border-color: #061CED;
}
.TagClassName
{
border-color: #061CED;
}
</style>