Shades of Observatory #06946B
Tints of Observatory #06946B
RGB
CMYK
RGB Variations
Color information
#06946B (or 0x06946B) is known color: Observatory. HEX triplet: 06, 94 and 6B. RGB value is (6,148,107). Sum of RGB (Red+Green+Blue) = 6+148+107=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #06946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06946B is #F96B94. Grayscale: #646464. Windows color (decimal): -16346005 or 7050246. OLE color: 7050246.
HSL color Cylindrical-coordinate representation of color #06946B: hue angle of 162.68º 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 #06946B is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 107 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.42 |
| HSL | 162.68º | 0.92% | 0.3% | - |
| HSV(B) | 162.68º | 0.96% | 0.58% | - |
| XYZ | 13.32 | 22.28 | 17.51 | - |
| YUV | 100.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 107 | 0.96 | 0 | 0.28 | 0.42 | 162.68 | 0.92 | 0.3 |
| Hex | 6 | 94 | 6B | 60 | 0 | 1C | 2A | A3 | 5C | 1E |
| Octal | 6 | 224 | 153 | 140 | 0 | 34 | 52 | 243 | 134 | 36 |
| Binary | 110 | 10010100 | 1101011 | 1100000 | 0 | 11100 | 101010 | 10100011 | 1011100 | 11110 |
Color Harmonies of #06946B
Complementary color
Monochromatic Colors of #06946B
Black with #06946B
Text Example
Text Example
White with #06946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06946B; }
p { color: rgb(6,148,107); }
H1.HeaderClassName
{
color: #06946B;
}
.AnyTagClassName
{
color: #06946B;
}
</style>
background-color css
<style>
a { background-color: #06946B; }
a { background-color: rgb(6,148,107); }
div.DivClassName
{
background-color: #06946B;
}
.BgClassName
{
background-color: #06946B;
}
</style>
border-color css
<style>
span { border-color: #06946B; }
span { border-color: rgb(6,148,107); }
td.TdClassName
{
border-color: #06946B;
}
.TagClassName
{
border-color: #06946B;
}
</style>