Shades of Eastern Blue #068898
Tints of Eastern Blue #068898
RGB
CMYK
RGB Variations
Color information
#068898 (or 0x068898) is known color: Eastern Blue. HEX triplet: 06, 88 and 98. RGB value is (6,136,152). Sum of RGB (Red+Green+Blue) = 6+136+152=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #068898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068898 is #F97767. Grayscale: #626262. Windows color (decimal): -16349032 or 9996294. OLE color: 9996294.
HSL color Cylindrical-coordinate representation of color #068898: hue angle of 186.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068898 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 136 | 152 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.40 |
| HSL | 186.58º | 0.92% | 0.31% | - |
| HSV(B) | 186.58º | 0.96% | 0.6% | - |
| XYZ | 14.55 | 19.91 | 32.78 | - |
| YUV | 98.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 152 | 0.96 | 0.11 | 0 | 0.40 | 186.58 | 0.92 | 0.31 |
| Hex | 6 | 88 | 98 | 60 | B | 0 | 28 | BB | 5C | 1F |
| Octal | 6 | 210 | 230 | 140 | 13 | 0 | 50 | 273 | 134 | 37 |
| Binary | 110 | 10001000 | 10011000 | 1100000 | 1011 | 0 | 101000 | 10111011 | 1011100 | 11111 |
Color Harmonies of #068898
Complementary color
Monochromatic Colors of #068898
Black with #068898
Text Example
Text Example
White with #068898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068898; }
p { color: rgb(6,136,152); }
H1.HeaderClassName
{
color: #068898;
}
.AnyTagClassName
{
color: #068898;
}
</style>
background-color css
<style>
a { background-color: #068898; }
a { background-color: rgb(6,136,152); }
div.DivClassName
{
background-color: #068898;
}
.BgClassName
{
background-color: #068898;
}
</style>
border-color css
<style>
span { border-color: #068898; }
span { border-color: rgb(6,136,152); }
td.TdClassName
{
border-color: #068898;
}
.TagClassName
{
border-color: #068898;
}
</style>