Shades of Observatory #068F78
Tints of Observatory #068F78
RGB
CMYK
RGB Variations
Color information
#068F78 (or 0x068F78) is known color: Observatory. HEX triplet: 06, 8F and 78. RGB value is (6,143,120). Sum of RGB (Red+Green+Blue) = 6+143+120=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #068F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F78 is #F97087. Grayscale: #636363. Windows color (decimal): -16347272 or 7900934. OLE color: 7900934.
HSL color Cylindrical-coordinate representation of color #068F78: hue angle of 169.93º 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 #068F78 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 120 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.44 |
| HSL | 169.93º | 0.92% | 0.29% | - |
| HSV(B) | 169.93º | 0.96% | 0.56% | - |
| XYZ | 13.29 | 21.04 | 21.13 | - |
| YUV | 99.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 120 | 0.96 | 0 | 0.16 | 0.44 | 169.93 | 0.92 | 0.29 |
| Hex | 6 | 8F | 78 | 60 | 0 | 10 | 2C | AA | 5C | 1D |
| Octal | 6 | 217 | 170 | 140 | 0 | 20 | 54 | 252 | 134 | 35 |
| Binary | 110 | 10001111 | 1111000 | 1100000 | 0 | 10000 | 101100 | 10101010 | 1011100 | 11101 |
Color Harmonies of #068F78
Complementary color
Monochromatic Colors of #068F78
Black with #068F78
Text Example
Text Example
White with #068F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F78; }
p { color: rgb(6,143,120); }
H1.HeaderClassName
{
color: #068F78;
}
.AnyTagClassName
{
color: #068F78;
}
</style>
background-color css
<style>
a { background-color: #068F78; }
a { background-color: rgb(6,143,120); }
div.DivClassName
{
background-color: #068F78;
}
.BgClassName
{
background-color: #068F78;
}
</style>
border-color css
<style>
span { border-color: #068F78; }
span { border-color: rgb(6,143,120); }
td.TdClassName
{
border-color: #068F78;
}
.TagClassName
{
border-color: #068F78;
}
</style>