Shades of Eastern Blue #068091
Tints of Eastern Blue #068091
RGB
CMYK
RGB Variations
Color information
#068091 (or 0x068091) is known color: Eastern Blue. HEX triplet: 06, 80 and 91. RGB value is (6,128,145). Sum of RGB (Red+Green+Blue) = 6+128+145=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #068091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068091 is #F97F6E. Grayscale: #5D5D5D. Windows color (decimal): -16351087 or 9535494. OLE color: 9535494.
HSL color Cylindrical-coordinate representation of color #068091: hue angle of 187.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068091 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 128 | 145 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.43 |
| HSL | 187.34º | 0.92% | 0.3% | - |
| HSV(B) | 187.34º | 0.96% | 0.57% | - |
| XYZ | 12.91 | 17.52 | 29.49 | - |
| YUV | 93.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 145 | 0.96 | 0.12 | 0 | 0.43 | 187.34 | 0.92 | 0.3 |
| Hex | 6 | 80 | 91 | 60 | C | 0 | 2B | BB | 5C | 1E |
| Octal | 6 | 200 | 221 | 140 | 14 | 0 | 53 | 273 | 134 | 36 |
| Binary | 110 | 10000000 | 10010001 | 1100000 | 1100 | 0 | 101011 | 10111011 | 1011100 | 11110 |
Color Harmonies of #068091
Complementary color
Monochromatic Colors of #068091
Black with #068091
Text Example
Text Example
White with #068091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068091; }
p { color: rgb(6,128,145); }
H1.HeaderClassName
{
color: #068091;
}
.AnyTagClassName
{
color: #068091;
}
</style>
background-color css
<style>
a { background-color: #068091; }
a { background-color: rgb(6,128,145); }
div.DivClassName
{
background-color: #068091;
}
.BgClassName
{
background-color: #068091;
}
</style>
border-color css
<style>
span { border-color: #068091; }
span { border-color: rgb(6,128,145); }
td.TdClassName
{
border-color: #068091;
}
.TagClassName
{
border-color: #068091;
}
</style>