Shades of Eastern Blue #06899C
Tints of Eastern Blue #06899C
RGB
CMYK
RGB Variations
Color information
#06899C (or 0x06899C) is known color: Eastern Blue. HEX triplet: 06, 89 and 9C. RGB value is (6,137,156). Sum of RGB (Red+Green+Blue) = 6+137+156=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #06899C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06899C is #F97663. Grayscale: #636363. Windows color (decimal): -16348772 or 10258694. OLE color: 10258694.
HSL color Cylindrical-coordinate representation of color #06899C: hue angle of 187.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06899C is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 137 | 156 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.39 |
| HSL | 187.6º | 0.93% | 0.32% | - |
| HSV(B) | 187.6º | 0.96% | 0.61% | - |
| XYZ | 15.02 | 20.33 | 34.58 | - |
| YUV | 100 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 156 | 0.96 | 0.12 | 0 | 0.39 | 187.6 | 0.93 | 0.32 |
| Hex | 6 | 89 | 9C | 60 | C | 0 | 27 | BC | 5D | 20 |
| Octal | 6 | 211 | 234 | 140 | 14 | 0 | 47 | 274 | 135 | 40 |
| Binary | 110 | 10001001 | 10011100 | 1100000 | 1100 | 0 | 100111 | 10111100 | 1011101 | 100000 |
Color Harmonies of #06899C
Complementary color
Monochromatic Colors of #06899C
Black with #06899C
Text Example
Text Example
White with #06899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06899C; }
p { color: rgb(6,137,156); }
H1.HeaderClassName
{
color: #06899C;
}
.AnyTagClassName
{
color: #06899C;
}
</style>
background-color css
<style>
a { background-color: #06899C; }
a { background-color: rgb(6,137,156); }
div.DivClassName
{
background-color: #06899C;
}
.BgClassName
{
background-color: #06899C;
}
</style>
border-color css
<style>
span { border-color: #06899C; }
span { border-color: rgb(6,137,156); }
td.TdClassName
{
border-color: #06899C;
}
.TagClassName
{
border-color: #06899C;
}
</style>