Shades of Observatory #06947D
Tints of Observatory #06947D
RGB
CMYK
RGB Variations
Color information
#06947D (or 0x06947D) is known color: Observatory. HEX triplet: 06, 94 and 7D. RGB value is (6,148,125). Sum of RGB (Red+Green+Blue) = 6+148+125=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #06947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06947D is #F96B82. Grayscale: #666666. Windows color (decimal): -16345987 or 8229894. OLE color: 8229894.
HSL color Cylindrical-coordinate representation of color #06947D: hue angle of 170.28º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06947D is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 125 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.42 |
| HSL | 170.28º | 0.92% | 0.3% | - |
| HSV(B) | 170.28º | 0.96% | 0.58% | - |
| XYZ | 14.37 | 22.7 | 23.03 | - |
| YUV | 102.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 125 | 0.96 | 0 | 0.16 | 0.42 | 170.28 | 0.92 | 0.3 |
| Hex | 6 | 94 | 7D | 60 | 0 | 10 | 2A | AA | 5C | 1E |
| Octal | 6 | 224 | 175 | 140 | 0 | 20 | 52 | 252 | 134 | 36 |
| Binary | 110 | 10010100 | 1111101 | 1100000 | 0 | 10000 | 101010 | 10101010 | 1011100 | 11110 |
Color Harmonies of #06947D
Complementary color
Monochromatic Colors of #06947D
Black with #06947D
Text Example
Text Example
White with #06947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06947D; }
p { color: rgb(6,148,125); }
H1.HeaderClassName
{
color: #06947D;
}
.AnyTagClassName
{
color: #06947D;
}
</style>
background-color css
<style>
a { background-color: #06947D; }
a { background-color: rgb(6,148,125); }
div.DivClassName
{
background-color: #06947D;
}
.BgClassName
{
background-color: #06947D;
}
</style>
border-color css
<style>
span { border-color: #06947D; }
span { border-color: rgb(6,148,125); }
td.TdClassName
{
border-color: #06947D;
}
.TagClassName
{
border-color: #06947D;
}
</style>