Shades of Observatory #068B6E
Tints of Observatory #068B6E
RGB
CMYK
RGB Variations
Color information
#068B6E (or 0x068B6E) is known color: Observatory. HEX triplet: 06, 8B and 6E. RGB value is (6,139,110). Sum of RGB (Red+Green+Blue) = 6+139+110=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #068B6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B6E is #F97491. Grayscale: #5F5F5F. Windows color (decimal): -16348306 or 7244550. OLE color: 7244550.
HSL color Cylindrical-coordinate representation of color #068B6E: hue angle of 166.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B6E is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 110 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.45 |
| HSL | 166.92º | 0.92% | 0.28% | - |
| HSV(B) | 166.92º | 0.96% | 0.55% | - |
| XYZ | 12.12 | 19.63 | 17.9 | - |
| YUV | 95.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 110 | 0.96 | 0 | 0.21 | 0.45 | 166.92 | 0.92 | 0.28 |
| Hex | 6 | 8B | 6E | 60 | 0 | 15 | 2D | A7 | 5C | 1C |
| Octal | 6 | 213 | 156 | 140 | 0 | 25 | 55 | 247 | 134 | 34 |
| Binary | 110 | 10001011 | 1101110 | 1100000 | 0 | 10101 | 101101 | 10100111 | 1011100 | 11100 |
Color Harmonies of #068B6E
Complementary color
Monochromatic Colors of #068B6E
Black with #068B6E
Text Example
Text Example
White with #068B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B6E; }
p { color: rgb(6,139,110); }
H1.HeaderClassName
{
color: #068B6E;
}
.AnyTagClassName
{
color: #068B6E;
}
</style>
background-color css
<style>
a { background-color: #068B6E; }
a { background-color: rgb(6,139,110); }
div.DivClassName
{
background-color: #068B6E;
}
.BgClassName
{
background-color: #068B6E;
}
</style>
border-color css
<style>
span { border-color: #068B6E; }
span { border-color: rgb(6,139,110); }
td.TdClassName
{
border-color: #068B6E;
}
.TagClassName
{
border-color: #068B6E;
}
</style>