Shades of Eastern Blue #06879D
Tints of Eastern Blue #06879D
RGB
CMYK
RGB Variations
Color information
#06879D (or 0x06879D) is known color: Eastern Blue. HEX triplet: 06, 87 and 9D. RGB value is (6,135,157). Sum of RGB (Red+Green+Blue) = 6+135+157=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #06879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06879D is #F97862. Grayscale: #626262. Windows color (decimal): -16349283 or 10323718. OLE color: 10323718.
HSL color Cylindrical-coordinate representation of color #06879D: hue angle of 188.74º 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 #06879D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 135 | 157 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.38 |
| HSL | 188.74º | 0.93% | 0.32% | - |
| HSV(B) | 188.74º | 0.96% | 0.62% | - |
| XYZ | 14.82 | 19.8 | 34.94 | - |
| YUV | 98.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 157 | 0.96 | 0.14 | 0 | 0.38 | 188.74 | 0.93 | 0.32 |
| Hex | 6 | 87 | 9D | 60 | E | 0 | 26 | BD | 5D | 20 |
| Octal | 6 | 207 | 235 | 140 | 16 | 0 | 46 | 275 | 135 | 40 |
| Binary | 110 | 10000111 | 10011101 | 1100000 | 1110 | 0 | 100110 | 10111101 | 1011101 | 100000 |
Color Harmonies of #06879D
Complementary color
Monochromatic Colors of #06879D
Black with #06879D
Text Example
Text Example
White with #06879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06879D; }
p { color: rgb(6,135,157); }
H1.HeaderClassName
{
color: #06879D;
}
.AnyTagClassName
{
color: #06879D;
}
</style>
background-color css
<style>
a { background-color: #06879D; }
a { background-color: rgb(6,135,157); }
div.DivClassName
{
background-color: #06879D;
}
.BgClassName
{
background-color: #06879D;
}
</style>
border-color css
<style>
span { border-color: #06879D; }
span { border-color: rgb(6,135,157); }
td.TdClassName
{
border-color: #06879D;
}
.TagClassName
{
border-color: #06879D;
}
</style>