Shades of Dark Blue #000690
Tints of Dark Blue #000690
RGB
CMYK
RGB Variations
Color information
#000690 (or 0x000690) is known color: Dark Blue. HEX triplet: 00, 06 and 90. RGB value is (0,6,144). Sum of RGB (Red+Green+Blue) = 0+6+144=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 144 (56.64% from 255 or 96% from 150); Max value from RGB is 144 - color contains mainly: blue. Hex color #000690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000690 is #FFF96F. Grayscale: #131313. Windows color (decimal): -16775536 or 9438720. OLE color: 9438720.
HSL color Cylindrical-coordinate representation of color #000690: hue angle of 237.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000690 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 6 | 144 | - |
| CMYK | 1 | 0.96 | 0 | 0.44 |
| HSL | 237.5º | 1% | 0.28% | - |
| HSV(B) | 237.5º | 1% | 0.56% | - |
| XYZ | 5.1 | 2.14 | 26.53 | - |
| YUV | 19.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 144 | 1 | 0.96 | 0 | 0.44 | 237.5 | 1 | 0.28 |
| Hex | 0 | 6 | 90 | 64 | 60 | 0 | 2C | EE | 64 | 1C |
| Octal | 0 | 6 | 220 | 144 | 140 | 0 | 54 | 356 | 144 | 34 |
| Binary | 0 | 110 | 10010000 | 1100100 | 1100000 | 0 | 101100 | 11101110 | 1100100 | 11100 |
Color Harmonies of #000690
Complementary color
Monochromatic Colors of #000690
Black with #000690
Text Example
Text Example
White with #000690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000690; }
p { color: rgb(0,6,144); }
H1.HeaderClassName
{
color: #000690;
}
.AnyTagClassName
{
color: #000690;
}
</style>
background-color css
<style>
a { background-color: #000690; }
a { background-color: rgb(0,6,144); }
div.DivClassName
{
background-color: #000690;
}
.BgClassName
{
background-color: #000690;
}
</style>
border-color css
<style>
span { border-color: #000690; }
span { border-color: rgb(0,6,144); }
td.TdClassName
{
border-color: #000690;
}
.TagClassName
{
border-color: #000690;
}
</style>