Shades of Medium Blue #0906CE
Tints of Medium Blue #0906CE
RGB
CMYK
RGB Variations
Color information
#0906CE (or 0x0906CE) is known color: Medium Blue. HEX triplet: 09, 06 and CE. RGB value is (9,6,206). Sum of RGB (Red+Green+Blue) = 9+6+206=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 206 (80.86% from 255 or 93.21% from 221); Max value from RGB is 206 - color contains mainly: blue. Hex color #0906CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906CE is #F6F931. Grayscale: #1C1C1C. Windows color (decimal): -16185650 or 13501961. OLE color: 13501961.
HSL color Cylindrical-coordinate representation of color #0906CE: 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 #0906CE is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 6 | 206 | - |
| 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.32 | 4.64 | 58.69 | - |
| YUV | 29.7 | 227.49 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 206 | 0.96 | 0.97 | 0 | 0.19 | 240.9 | 0.94 | 0.42 |
| Hex | 9 | 6 | CE | 60 | 61 | 0 | 13 | F1 | 5E | 2A |
| Octal | 11 | 6 | 316 | 140 | 141 | 0 | 23 | 361 | 136 | 52 |
| Binary | 1001 | 110 | 11001110 | 1100000 | 1100001 | 0 | 10011 | 11110001 | 1011110 | 101010 |
Color Harmonies of #0906CE
Complementary color
Monochromatic Colors of #0906CE
Black with #0906CE
Text Example
Text Example
White with #0906CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906CE; }
p { color: rgb(9,6,206); }
H1.HeaderClassName
{
color: #0906CE;
}
.AnyTagClassName
{
color: #0906CE;
}
</style>
background-color css
<style>
a { background-color: #0906CE; }
a { background-color: rgb(9,6,206); }
div.DivClassName
{
background-color: #0906CE;
}
.BgClassName
{
background-color: #0906CE;
}
</style>
border-color css
<style>
span { border-color: #0906CE; }
span { border-color: rgb(9,6,206); }
td.TdClassName
{
border-color: #0906CE;
}
.TagClassName
{
border-color: #0906CE;
}
</style>