Shades of Blue #0906FF
Tints of Blue #0906FF
RGB
CMYK
RGB Variations
Color information
#0906FF (or 0x0906FF) is known color: Blue. HEX triplet: 09, 06 and FF. RGB value is (9,6,255). Sum of RGB (Red+Green+Blue) = 9+6+255=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 255 (100% from 255 or 94.44% from 270); Max value from RGB is 255 - color contains mainly: blue. Hex color #0906FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0906FF is #F6F900. Grayscale: #222222. Windows color (decimal): -16185601 or 16713225. OLE color: 16713225.
HSL color Cylindrical-coordinate representation of color #0906FF: hue angle of 240.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0906FF is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 6 | 255 | - |
| CMYK | 0.96 | 0.98 | 0 | 0 |
| HSL | 240.72º | 1% | 0.51% | - |
| HSV(B) | 240.72º | 0.98% | 1% | - |
| XYZ | 18.23 | 7.41 | 95.08 | - |
| YUV | 35.28 | 251.99 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 255 | 0.96 | 0.98 | 0 | 0 | 240.72 | 1 | 0.51 |
| Hex | 9 | 6 | FF | 60 | 62 | 0 | 0 | F1 | 64 | 33 |
| Octal | 11 | 6 | 377 | 140 | 142 | 0 | 0 | 361 | 144 | 63 |
| Binary | 1001 | 110 | 11111111 | 1100000 | 1100010 | 0 | 0 | 11110001 | 1100100 | 110011 |
Color Harmonies of #0906FF
Complementary color
Monochromatic Colors of #0906FF
Black with #0906FF
Text Example
Text Example
White with #0906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906FF; }
p { color: rgb(9,6,255); }
H1.HeaderClassName
{
color: #0906FF;
}
.AnyTagClassName
{
color: #0906FF;
}
</style>
background-color css
<style>
a { background-color: #0906FF; }
a { background-color: rgb(9,6,255); }
div.DivClassName
{
background-color: #0906FF;
}
.BgClassName
{
background-color: #0906FF;
}
</style>
border-color css
<style>
span { border-color: #0906FF; }
span { border-color: rgb(9,6,255); }
td.TdClassName
{
border-color: #0906FF;
}
.TagClassName
{
border-color: #0906FF;
}
</style>