Shades of Eastern Blue #06889F
Tints of Eastern Blue #06889F
RGB
CMYK
RGB Variations
Color information
#06889F (or 0x06889F) is known color: Eastern Blue. HEX triplet: 06, 88 and 9F. RGB value is (6,136,159). Sum of RGB (Red+Green+Blue) = 6+136+159=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #06889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06889F is #F97760. Grayscale: #636363. Windows color (decimal): -16349025 or 10455046. OLE color: 10455046.
HSL color Cylindrical-coordinate representation of color #06889F: hue angle of 189.02º 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 #06889F is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 136 | 159 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.38 |
| HSL | 189.02º | 0.93% | 0.32% | - |
| HSV(B) | 189.02º | 0.96% | 0.62% | - |
| XYZ | 15.14 | 20.15 | 35.89 | - |
| YUV | 99.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 159 | 0.96 | 0.14 | 0 | 0.38 | 189.02 | 0.93 | 0.32 |
| Hex | 6 | 88 | 9F | 60 | E | 0 | 26 | BD | 5D | 20 |
| Octal | 6 | 210 | 237 | 140 | 16 | 0 | 46 | 275 | 135 | 40 |
| Binary | 110 | 10001000 | 10011111 | 1100000 | 1110 | 0 | 100110 | 10111101 | 1011101 | 100000 |
Color Harmonies of #06889F
Complementary color
Monochromatic Colors of #06889F
Black with #06889F
Text Example
Text Example
White with #06889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06889F; }
p { color: rgb(6,136,159); }
H1.HeaderClassName
{
color: #06889F;
}
.AnyTagClassName
{
color: #06889F;
}
</style>
background-color css
<style>
a { background-color: #06889F; }
a { background-color: rgb(6,136,159); }
div.DivClassName
{
background-color: #06889F;
}
.BgClassName
{
background-color: #06889F;
}
</style>
border-color css
<style>
span { border-color: #06889F; }
span { border-color: rgb(6,136,159); }
td.TdClassName
{
border-color: #06889F;
}
.TagClassName
{
border-color: #06889F;
}
</style>