Shades of Observatory #068E6B
Tints of Observatory #068E6B
RGB
CMYK
RGB Variations
Color information
#068E6B (or 0x068E6B) is known color: Observatory. HEX triplet: 06, 8E and 6B. RGB value is (6,142,107). Sum of RGB (Red+Green+Blue) = 6+142+107=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #068E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E6B is #F97194. Grayscale: #616161. Windows color (decimal): -16347541 or 7048710. OLE color: 7048710.
HSL color Cylindrical-coordinate representation of color #068E6B: hue angle of 164.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E6B is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 107 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.44 |
| HSL | 164.56º | 0.92% | 0.29% | - |
| HSV(B) | 164.56º | 0.96% | 0.56% | - |
| XYZ | 12.4 | 20.45 | 17.2 | - |
| YUV | 97.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 107 | 0.96 | 0 | 0.25 | 0.44 | 164.56 | 0.92 | 0.29 |
| Hex | 6 | 8E | 6B | 60 | 0 | 19 | 2C | A5 | 5C | 1D |
| Octal | 6 | 216 | 153 | 140 | 0 | 31 | 54 | 245 | 134 | 35 |
| Binary | 110 | 10001110 | 1101011 | 1100000 | 0 | 11001 | 101100 | 10100101 | 1011100 | 11101 |
Color Harmonies of #068E6B
Complementary color
Monochromatic Colors of #068E6B
Black with #068E6B
Text Example
Text Example
White with #068E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E6B; }
p { color: rgb(6,142,107); }
H1.HeaderClassName
{
color: #068E6B;
}
.AnyTagClassName
{
color: #068E6B;
}
</style>
background-color css
<style>
a { background-color: #068E6B; }
a { background-color: rgb(6,142,107); }
div.DivClassName
{
background-color: #068E6B;
}
.BgClassName
{
background-color: #068E6B;
}
</style>
border-color css
<style>
span { border-color: #068E6B; }
span { border-color: rgb(6,142,107); }
td.TdClassName
{
border-color: #068E6B;
}
.TagClassName
{
border-color: #068E6B;
}
</style>