Shades of Medium Blue #0906CF
Tints of Medium Blue #0906CF
RGB
CMYK
RGB Variations
Color information
#0906CF (or 0x0906CF) is known color: Medium Blue. HEX triplet: 09, 06 and CF. RGB value is (9,6,207). Sum of RGB (Red+Green+Blue) = 9+6+207=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #0906CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906CF is #F6F930. Grayscale: #1D1D1D. Windows color (decimal): -16185649 or 13567497. OLE color: 13567497.
HSL color Cylindrical-coordinate representation of color #0906CF: hue angle of 240.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906CF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 6 | 207 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.19 |
| HSL | 240.9º | 0.94% | 0.42% | - |
| HSV(B) | 240.9º | 0.97% | 0.81% | - |
| XYZ | 11.44 | 4.69 | 59.33 | - |
| YUV | 29.81 | 227.99 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 207 | 0.96 | 0.97 | 0 | 0.19 | 240.9 | 0.94 | 0.42 |
| Hex | 9 | 6 | CF | 60 | 61 | 0 | 13 | F1 | 5E | 2A |
| Octal | 11 | 6 | 317 | 140 | 141 | 0 | 23 | 361 | 136 | 52 |
| Binary | 1001 | 110 | 11001111 | 1100000 | 1100001 | 0 | 10011 | 11110001 | 1011110 | 101010 |
Color Harmonies of #0906CF
Complementary color
Monochromatic Colors of #0906CF
Black with #0906CF
Text Example
Text Example
White with #0906CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906CF; }
p { color: rgb(9,6,207); }
H1.HeaderClassName
{
color: #0906CF;
}
.AnyTagClassName
{
color: #0906CF;
}
</style>
background-color css
<style>
a { background-color: #0906CF; }
a { background-color: rgb(9,6,207); }
div.DivClassName
{
background-color: #0906CF;
}
.BgClassName
{
background-color: #0906CF;
}
</style>
border-color css
<style>
span { border-color: #0906CF; }
span { border-color: rgb(9,6,207); }
td.TdClassName
{
border-color: #0906CF;
}
.TagClassName
{
border-color: #0906CF;
}
</style>