Shades of Medium Blue #0906D6
Tints of Medium Blue #0906D6
RGB
CMYK
RGB Variations
Color information
#0906D6 (or 0x0906D6) is known color: Medium Blue. HEX triplet: 09, 06 and D6. RGB value is (9,6,214). Sum of RGB (Red+Green+Blue) = 9+6+214=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 214 (83.98% from 255 or 93.45% from 229); Max value from RGB is 214 - color contains mainly: blue. Hex color #0906D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906D6 is #F6F929. Grayscale: #1D1D1D. Windows color (decimal): -16185642 or 14026249. OLE color: 14026249.
HSL color Cylindrical-coordinate representation of color #0906D6: hue angle of 240.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906D6 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 6 | 214 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.16 |
| HSL | 240.87º | 0.95% | 0.43% | - |
| HSV(B) | 240.87º | 0.97% | 0.84% | - |
| XYZ | 12.32 | 5.04 | 63.94 | - |
| YUV | 30.61 | 231.49 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 214 | 0.96 | 0.97 | 0 | 0.16 | 240.87 | 0.95 | 0.43 |
| Hex | 9 | 6 | D6 | 60 | 61 | 0 | 10 | F1 | 5F | 2B |
| Octal | 11 | 6 | 326 | 140 | 141 | 0 | 20 | 361 | 137 | 53 |
| Binary | 1001 | 110 | 11010110 | 1100000 | 1100001 | 0 | 10000 | 11110001 | 1011111 | 101011 |
Color Harmonies of #0906D6
Complementary color
Monochromatic Colors of #0906D6
Black with #0906D6
Text Example
Text Example
White with #0906D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906D6; }
p { color: rgb(9,6,214); }
H1.HeaderClassName
{
color: #0906D6;
}
.AnyTagClassName
{
color: #0906D6;
}
</style>
background-color css
<style>
a { background-color: #0906D6; }
a { background-color: rgb(9,6,214); }
div.DivClassName
{
background-color: #0906D6;
}
.BgClassName
{
background-color: #0906D6;
}
</style>
border-color css
<style>
span { border-color: #0906D6; }
span { border-color: rgb(9,6,214); }
td.TdClassName
{
border-color: #0906D6;
}
.TagClassName
{
border-color: #0906D6;
}
</style>