Shades of Observatory #068A62
Tints of Observatory #068A62
RGB
CMYK
RGB Variations
Color information
#068A62 (or 0x068A62) is known color: Observatory. HEX triplet: 06, 8A and 62. RGB value is (6,138,98). Sum of RGB (Red+Green+Blue) = 6+138+98=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #068A62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A62 is #F9759D. Grayscale: #5E5E5E. Windows color (decimal): -16348574 or 6457862. OLE color: 6457862.
HSL color Cylindrical-coordinate representation of color #068A62: hue angle of 161.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A62 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 98 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.46 |
| HSL | 161.82º | 0.92% | 0.28% | - |
| HSV(B) | 161.82º | 0.96% | 0.54% | - |
| XYZ | 11.37 | 19.1 | 14.64 | - |
| YUV | 93.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 98 | 0.96 | 0 | 0.29 | 0.46 | 161.82 | 0.92 | 0.28 |
| Hex | 6 | 8A | 62 | 60 | 0 | 1D | 2E | A2 | 5C | 1C |
| Octal | 6 | 212 | 142 | 140 | 0 | 35 | 56 | 242 | 134 | 34 |
| Binary | 110 | 10001010 | 1100010 | 1100000 | 0 | 11101 | 101110 | 10100010 | 1011100 | 11100 |
Color Harmonies of #068A62
Complementary color
Monochromatic Colors of #068A62
Black with #068A62
Text Example
Text Example
White with #068A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A62; }
p { color: rgb(6,138,98); }
H1.HeaderClassName
{
color: #068A62;
}
.AnyTagClassName
{
color: #068A62;
}
</style>
background-color css
<style>
a { background-color: #068A62; }
a { background-color: rgb(6,138,98); }
div.DivClassName
{
background-color: #068A62;
}
.BgClassName
{
background-color: #068A62;
}
</style>
border-color css
<style>
span { border-color: #068A62; }
span { border-color: rgb(6,138,98); }
td.TdClassName
{
border-color: #068A62;
}
.TagClassName
{
border-color: #068A62;
}
</style>