Shades of Eastern Blue #06849B
Tints of Eastern Blue #06849B
RGB
CMYK
RGB Variations
Color information
#06849B (or 0x06849B) is known color: Eastern Blue. HEX triplet: 06, 84 and 9B. RGB value is (6,132,155). Sum of RGB (Red+Green+Blue) = 6+132+155=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #06849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06849B is #F97B64. Grayscale: #606060. Windows color (decimal): -16350053 or 10191878. OLE color: 10191878.
HSL color Cylindrical-coordinate representation of color #06849B: hue angle of 189.26º 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 #06849B is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 132 | 155 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.39 |
| HSL | 189.26º | 0.93% | 0.32% | - |
| HSV(B) | 189.26º | 0.96% | 0.61% | - |
| XYZ | 14.24 | 18.91 | 33.91 | - |
| YUV | 96.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 155 | 0.96 | 0.15 | 0 | 0.39 | 189.26 | 0.93 | 0.32 |
| Hex | 6 | 84 | 9B | 60 | F | 0 | 27 | BD | 5D | 20 |
| Octal | 6 | 204 | 233 | 140 | 17 | 0 | 47 | 275 | 135 | 40 |
| Binary | 110 | 10000100 | 10011011 | 1100000 | 1111 | 0 | 100111 | 10111101 | 1011101 | 100000 |
Color Harmonies of #06849B
Complementary color
Monochromatic Colors of #06849B
Black with #06849B
Text Example
Text Example
White with #06849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06849B; }
p { color: rgb(6,132,155); }
H1.HeaderClassName
{
color: #06849B;
}
.AnyTagClassName
{
color: #06849B;
}
</style>
background-color css
<style>
a { background-color: #06849B; }
a { background-color: rgb(6,132,155); }
div.DivClassName
{
background-color: #06849B;
}
.BgClassName
{
background-color: #06849B;
}
</style>
border-color css
<style>
span { border-color: #06849B; }
span { border-color: rgb(6,132,155); }
td.TdClassName
{
border-color: #06849B;
}
.TagClassName
{
border-color: #06849B;
}
</style>