Shades of Blue #0621FE
Tints of Blue #0621FE
RGB
CMYK
RGB Variations
Color information
#0621FE (or 0x0621FE) is known color: Blue. HEX triplet: 06, 21 and FE. RGB value is (6,33,254). Sum of RGB (Red+Green+Blue) = 6+33+254=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 254 (99.61% from 255 or 86.69% from 293); Max value from RGB is 254 - color contains mainly: blue. Hex color #0621FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0621FE is #F9DE01. Grayscale: #313131. Windows color (decimal): -16375298 or 16654598. OLE color: 16654598.
HSL color Cylindrical-coordinate representation of color #0621FE: hue angle of 233.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0621FE is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 33 | 254 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.00 |
| HSL | 233.47º | 0.99% | 0.51% | - |
| HSV(B) | 233.47º | 0.98% | 1% | - |
| XYZ | 18.51 | 8.28 | 94.39 | - |
| YUV | 50.12 | 243.05 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 254 | 0.98 | 0.87 | 0 | 0.00 | 233.47 | 0.99 | 0.51 |
| Hex | 6 | 21 | FE | 62 | 57 | 0 | 0 | E9 | 63 | 33 |
| Octal | 6 | 41 | 376 | 142 | 127 | 0 | 0 | 351 | 143 | 63 |
| Binary | 110 | 100001 | 11111110 | 1100010 | 1010111 | 0 | 0 | 11101001 | 1100011 | 110011 |
Color Harmonies of #0621FE
Complementary color
Monochromatic Colors of #0621FE
Black with #0621FE
Text Example
Text Example
White with #0621FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0621FE; }
p { color: rgb(6,33,254); }
H1.HeaderClassName
{
color: #0621FE;
}
.AnyTagClassName
{
color: #0621FE;
}
</style>
background-color css
<style>
a { background-color: #0621FE; }
a { background-color: rgb(6,33,254); }
div.DivClassName
{
background-color: #0621FE;
}
.BgClassName
{
background-color: #0621FE;
}
</style>
border-color css
<style>
span { border-color: #0621FE; }
span { border-color: rgb(6,33,254); }
td.TdClassName
{
border-color: #0621FE;
}
.TagClassName
{
border-color: #0621FE;
}
</style>