Shades of Eastern Blue #068093
Tints of Eastern Blue #068093
RGB
CMYK
RGB Variations
Color information
#068093 (or 0x068093) is known color: Eastern Blue. HEX triplet: 06, 80 and 93. RGB value is (6,128,147). Sum of RGB (Red+Green+Blue) = 6+128+147=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #068093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068093 is #F97F6C. Grayscale: #5D5D5D. Windows color (decimal): -16351085 or 9666566. OLE color: 9666566.
HSL color Cylindrical-coordinate representation of color #068093: hue angle of 188.09º 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 #068093 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 128 | 147 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.42 |
| HSL | 188.09º | 0.92% | 0.3% | - |
| HSV(B) | 188.09º | 0.96% | 0.58% | - |
| XYZ | 13.06 | 17.58 | 30.31 | - |
| YUV | 93.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 147 | 0.96 | 0.13 | 0 | 0.42 | 188.09 | 0.92 | 0.3 |
| Hex | 6 | 80 | 93 | 60 | D | 0 | 2A | BC | 5C | 1E |
| Octal | 6 | 200 | 223 | 140 | 15 | 0 | 52 | 274 | 134 | 36 |
| Binary | 110 | 10000000 | 10010011 | 1100000 | 1101 | 0 | 101010 | 10111100 | 1011100 | 11110 |
Color Harmonies of #068093
Complementary color
Monochromatic Colors of #068093
Black with #068093
Text Example
Text Example
White with #068093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068093; }
p { color: rgb(6,128,147); }
H1.HeaderClassName
{
color: #068093;
}
.AnyTagClassName
{
color: #068093;
}
</style>
background-color css
<style>
a { background-color: #068093; }
a { background-color: rgb(6,128,147); }
div.DivClassName
{
background-color: #068093;
}
.BgClassName
{
background-color: #068093;
}
</style>
border-color css
<style>
span { border-color: #068093; }
span { border-color: rgb(6,128,147); }
td.TdClassName
{
border-color: #068093;
}
.TagClassName
{
border-color: #068093;
}
</style>