Shades of Eastern Blue #068F9E
Tints of Eastern Blue #068F9E
RGB
CMYK
RGB Variations
Color information
#068F9E (or 0x068F9E) is known color: Eastern Blue. HEX triplet: 06, 8F and 9E. RGB value is (6,143,158). Sum of RGB (Red+Green+Blue) = 6+143+158=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #068F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F9E is #F97061. Grayscale: #676767. Windows color (decimal): -16347234 or 10391302. OLE color: 10391302.
HSL color Cylindrical-coordinate representation of color #068F9E: hue angle of 185.92º 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 #068F9E is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 143 | 158 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.38 |
| HSL | 185.92º | 0.93% | 0.32% | - |
| HSV(B) | 185.92º | 0.96% | 0.62% | - |
| XYZ | 16.07 | 22.15 | 35.78 | - |
| YUV | 103.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 158 | 0.96 | 0.09 | 0 | 0.38 | 185.92 | 0.93 | 0.32 |
| Hex | 6 | 8F | 9E | 60 | 9 | 0 | 26 | BA | 5D | 20 |
| Octal | 6 | 217 | 236 | 140 | 11 | 0 | 46 | 272 | 135 | 40 |
| Binary | 110 | 10001111 | 10011110 | 1100000 | 1001 | 0 | 100110 | 10111010 | 1011101 | 100000 |
Color Harmonies of #068F9E
Complementary color
Monochromatic Colors of #068F9E
Black with #068F9E
Text Example
Text Example
White with #068F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F9E; }
p { color: rgb(6,143,158); }
H1.HeaderClassName
{
color: #068F9E;
}
.AnyTagClassName
{
color: #068F9E;
}
</style>
background-color css
<style>
a { background-color: #068F9E; }
a { background-color: rgb(6,143,158); }
div.DivClassName
{
background-color: #068F9E;
}
.BgClassName
{
background-color: #068F9E;
}
</style>
border-color css
<style>
span { border-color: #068F9E; }
span { border-color: rgb(6,143,158); }
td.TdClassName
{
border-color: #068F9E;
}
.TagClassName
{
border-color: #068F9E;
}
</style>