Shades of Observatory #068E7B
Tints of Observatory #068E7B
RGB
CMYK
RGB Variations
Color information
#068E7B (or 0x068E7B) is known color: Observatory. HEX triplet: 06, 8E and 7B. RGB value is (6,142,123). Sum of RGB (Red+Green+Blue) = 6+142+123=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7B is #F97184. Grayscale: #636363. Windows color (decimal): -16347525 or 8097286. OLE color: 8097286.
HSL color Cylindrical-coordinate representation of color #068E7B: hue angle of 171.62º 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 #068E7B is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 123 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.44 |
| HSL | 171.62º | 0.92% | 0.29% | - |
| HSV(B) | 171.62º | 0.96% | 0.56% | - |
| XYZ | 13.32 | 20.81 | 22.05 | - |
| YUV | 99.17 | 141.44 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 123 | 0.96 | 0 | 0.13 | 0.44 | 171.62 | 0.92 | 0.29 |
| Hex | 6 | 8E | 7B | 60 | 0 | D | 2C | AC | 5C | 1D |
| Octal | 6 | 216 | 173 | 140 | 0 | 15 | 54 | 254 | 134 | 35 |
| Binary | 110 | 10001110 | 1111011 | 1100000 | 0 | 1101 | 101100 | 10101100 | 1011100 | 11101 |
Color Harmonies of #068E7B
Complementary color
Monochromatic Colors of #068E7B
Black with #068E7B
Text Example
Text Example
White with #068E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E7B; }
p { color: rgb(6,142,123); }
H1.HeaderClassName
{
color: #068E7B;
}
.AnyTagClassName
{
color: #068E7B;
}
</style>
background-color css
<style>
a { background-color: #068E7B; }
a { background-color: rgb(6,142,123); }
div.DivClassName
{
background-color: #068E7B;
}
.BgClassName
{
background-color: #068E7B;
}
</style>
border-color css
<style>
span { border-color: #068E7B; }
span { border-color: rgb(6,142,123); }
td.TdClassName
{
border-color: #068E7B;
}
.TagClassName
{
border-color: #068E7B;
}
</style>