Shades of Eastern Blue #068094
Tints of Eastern Blue #068094
RGB
CMYK
RGB Variations
Color information
#068094 (or 0x068094) is known color: Eastern Blue. HEX triplet: 06, 80 and 94. RGB value is (6,128,148). Sum of RGB (Red+Green+Blue) = 6+128+148=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #068094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068094 is #F97F6B. Grayscale: #5D5D5D. Windows color (decimal): -16351084 or 9732102. OLE color: 9732102.
HSL color Cylindrical-coordinate representation of color #068094: hue angle of 188.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068094 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 128 | 148 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.42 |
| HSL | 188.45º | 0.92% | 0.3% | - |
| HSV(B) | 188.45º | 0.96% | 0.58% | - |
| XYZ | 13.14 | 17.62 | 30.72 | - |
| YUV | 93.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 148 | 0.96 | 0.14 | 0 | 0.42 | 188.45 | 0.92 | 0.3 |
| Hex | 6 | 80 | 94 | 60 | E | 0 | 2A | BC | 5C | 1E |
| Octal | 6 | 200 | 224 | 140 | 16 | 0 | 52 | 274 | 134 | 36 |
| Binary | 110 | 10000000 | 10010100 | 1100000 | 1110 | 0 | 101010 | 10111100 | 1011100 | 11110 |
Color Harmonies of #068094
Complementary color
Monochromatic Colors of #068094
Black with #068094
Text Example
Text Example
White with #068094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068094; }
p { color: rgb(6,128,148); }
H1.HeaderClassName
{
color: #068094;
}
.AnyTagClassName
{
color: #068094;
}
</style>
background-color css
<style>
a { background-color: #068094; }
a { background-color: rgb(6,128,148); }
div.DivClassName
{
background-color: #068094;
}
.BgClassName
{
background-color: #068094;
}
</style>
border-color css
<style>
span { border-color: #068094; }
span { border-color: rgb(6,128,148); }
td.TdClassName
{
border-color: #068094;
}
.TagClassName
{
border-color: #068094;
}
</style>