Shades of Eastern Blue #06919E
Tints of Eastern Blue #06919E
RGB
CMYK
RGB Variations
Color information
#06919E (or 0x06919E) is known color: Eastern Blue. HEX triplet: 06, 91 and 9E. RGB value is (6,145,158). Sum of RGB (Red+Green+Blue) = 6+145+158=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #06919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06919E is #F96E61. Grayscale: #686868. Windows color (decimal): -16346722 or 10391814. OLE color: 10391814.
HSL color Cylindrical-coordinate representation of color #06919E: hue angle of 185.13º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06919E is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 145 | 158 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.38 |
| HSL | 185.13º | 0.93% | 0.32% | - |
| HSV(B) | 185.13º | 0.96% | 0.62% | - |
| XYZ | 16.37 | 22.76 | 35.88 | - |
| YUV | 104.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 158 | 0.96 | 0.08 | 0 | 0.38 | 185.13 | 0.93 | 0.32 |
| Hex | 6 | 91 | 9E | 60 | 8 | 0 | 26 | B9 | 5D | 20 |
| Octal | 6 | 221 | 236 | 140 | 10 | 0 | 46 | 271 | 135 | 40 |
| Binary | 110 | 10010001 | 10011110 | 1100000 | 1000 | 0 | 100110 | 10111001 | 1011101 | 100000 |
Color Harmonies of #06919E
Complementary color
Monochromatic Colors of #06919E
Black with #06919E
Text Example
Text Example
White with #06919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06919E; }
p { color: rgb(6,145,158); }
H1.HeaderClassName
{
color: #06919E;
}
.AnyTagClassName
{
color: #06919E;
}
</style>
background-color css
<style>
a { background-color: #06919E; }
a { background-color: rgb(6,145,158); }
div.DivClassName
{
background-color: #06919E;
}
.BgClassName
{
background-color: #06919E;
}
</style>
border-color css
<style>
span { border-color: #06919E; }
span { border-color: rgb(6,145,158); }
td.TdClassName
{
border-color: #06919E;
}
.TagClassName
{
border-color: #06919E;
}
</style>