Shades of Observatory #068F67
Tints of Observatory #068F67
RGB
CMYK
RGB Variations
Color information
#068F67 (or 0x068F67) is known color: Observatory. HEX triplet: 06, 8F and 67. RGB value is (6,143,103). Sum of RGB (Red+Green+Blue) = 6+143+103=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #068F67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F67 is #F97098. Grayscale: #616161. Windows color (decimal): -16347289 or 6786822. OLE color: 6786822.
HSL color Cylindrical-coordinate representation of color #068F67: hue angle of 162.48º 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 #068F67 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 103 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.44 |
| HSL | 162.48º | 0.92% | 0.29% | - |
| HSV(B) | 162.48º | 0.96% | 0.56% | - |
| XYZ | 12.35 | 20.66 | 16.17 | - |
| YUV | 97.48 | 131.11 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 103 | 0.96 | 0 | 0.28 | 0.44 | 162.48 | 0.92 | 0.29 |
| Hex | 6 | 8F | 67 | 60 | 0 | 1C | 2C | A2 | 5C | 1D |
| Octal | 6 | 217 | 147 | 140 | 0 | 34 | 54 | 242 | 134 | 35 |
| Binary | 110 | 10001111 | 1100111 | 1100000 | 0 | 11100 | 101100 | 10100010 | 1011100 | 11101 |
Color Harmonies of #068F67
Complementary color
Monochromatic Colors of #068F67
Black with #068F67
Text Example
Text Example
White with #068F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F67; }
p { color: rgb(6,143,103); }
H1.HeaderClassName
{
color: #068F67;
}
.AnyTagClassName
{
color: #068F67;
}
</style>
background-color css
<style>
a { background-color: #068F67; }
a { background-color: rgb(6,143,103); }
div.DivClassName
{
background-color: #068F67;
}
.BgClassName
{
background-color: #068F67;
}
</style>
border-color css
<style>
span { border-color: #068F67; }
span { border-color: rgb(6,143,103); }
td.TdClassName
{
border-color: #068F67;
}
.TagClassName
{
border-color: #068F67;
}
</style>