Shades of Dark Blue #06098E
Tints of Dark Blue #06098E
RGB
CMYK
RGB Variations
Color information
#06098E (or 0x06098E) is known color: Dark Blue. HEX triplet: 06, 09 and 8E. RGB value is (6,9,142). Sum of RGB (Red+Green+Blue) = 6+9+142=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 142 (55.86% from 255 or 90.45% from 157); Max value from RGB is 142 - color contains mainly: blue. Hex color #06098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06098E is #F9F671. Grayscale: #161616. Windows color (decimal): -16381554 or 9308422. OLE color: 9308422.
HSL color Cylindrical-coordinate representation of color #06098E: hue angle of 238.68º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06098E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 9 | 142 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.44 |
| HSL | 238.68º | 0.92% | 0.29% | - |
| HSV(B) | 238.68º | 0.96% | 0.56% | - |
| XYZ | 5.06 | 2.19 | 25.75 | - |
| YUV | 23.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 142 | 0.96 | 0.94 | 0 | 0.44 | 238.68 | 0.92 | 0.29 |
| Hex | 6 | 9 | 8E | 60 | 5E | 0 | 2C | EF | 5C | 1D |
| Octal | 6 | 11 | 216 | 140 | 136 | 0 | 54 | 357 | 134 | 35 |
| Binary | 110 | 1001 | 10001110 | 1100000 | 1011110 | 0 | 101100 | 11101111 | 1011100 | 11101 |
Color Harmonies of #06098E
Complementary color
Monochromatic Colors of #06098E
Black with #06098E
Text Example
Text Example
White with #06098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06098E; }
p { color: rgb(6,9,142); }
H1.HeaderClassName
{
color: #06098E;
}
.AnyTagClassName
{
color: #06098E;
}
</style>
background-color css
<style>
a { background-color: #06098E; }
a { background-color: rgb(6,9,142); }
div.DivClassName
{
background-color: #06098E;
}
.BgClassName
{
background-color: #06098E;
}
</style>
border-color css
<style>
span { border-color: #06098E; }
span { border-color: rgb(6,9,142); }
td.TdClassName
{
border-color: #06098E;
}
.TagClassName
{
border-color: #06098E;
}
</style>