Shades of Blue #0611FD
Tints of Blue #0611FD
RGB
CMYK
RGB Variations
Color information
#0611FD (or 0x0611FD) is known color: Blue. HEX triplet: 06, 11 and FD. RGB value is (6,17,253). Sum of RGB (Red+Green+Blue) = 6+17+253=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #0611FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0611FD is #F9EE02. Grayscale: #272727. Windows color (decimal): -16379395 or 16584966. OLE color: 16584966.
HSL color Cylindrical-coordinate representation of color #0611FD: hue angle of 237.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0611FD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 17 | 253 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 237.33º | 0.98% | 0.51% | - |
| HSV(B) | 237.33º | 0.98% | 0.99% | - |
| XYZ | 18.01 | 7.53 | 93.43 | - |
| YUV | 40.62 | 247.86 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 253 | 0.98 | 0.93 | 0 | 0.01 | 237.33 | 0.98 | 0.51 |
| Hex | 6 | 11 | FD | 62 | 5D | 0 | 1 | ED | 62 | 33 |
| Octal | 6 | 21 | 375 | 142 | 135 | 0 | 1 | 355 | 142 | 63 |
| Binary | 110 | 10001 | 11111101 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0611FD
Complementary color
Monochromatic Colors of #0611FD
Black with #0611FD
Text Example
Text Example
White with #0611FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0611FD; }
p { color: rgb(6,17,253); }
H1.HeaderClassName
{
color: #0611FD;
}
.AnyTagClassName
{
color: #0611FD;
}
</style>
background-color css
<style>
a { background-color: #0611FD; }
a { background-color: rgb(6,17,253); }
div.DivClassName
{
background-color: #0611FD;
}
.BgClassName
{
background-color: #0611FD;
}
</style>
border-color css
<style>
span { border-color: #0611FD; }
span { border-color: rgb(6,17,253); }
td.TdClassName
{
border-color: #0611FD;
}
.TagClassName
{
border-color: #0611FD;
}
</style>