Shades of Observatory #06926A
Tints of Observatory #06926A
RGB
CMYK
RGB Variations
Color information
#06926A (or 0x06926A) is known color: Observatory. HEX triplet: 06, 92 and 6A. RGB value is (6,146,106). Sum of RGB (Red+Green+Blue) = 6+146+106=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #06926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06926A is #F96D95. Grayscale: #636363. Windows color (decimal): -16346518 or 6984198. OLE color: 6984198.
HSL color Cylindrical-coordinate representation of color #06926A: hue angle of 162.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06926A is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 106 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.43 |
| HSL | 162.86º | 0.92% | 0.3% | - |
| HSV(B) | 162.86º | 0.96% | 0.57% | - |
| XYZ | 12.96 | 21.64 | 17.13 | - |
| YUV | 99.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 106 | 0.96 | 0 | 0.27 | 0.43 | 162.86 | 0.92 | 0.3 |
| Hex | 6 | 92 | 6A | 60 | 0 | 1B | 2B | A3 | 5C | 1E |
| Octal | 6 | 222 | 152 | 140 | 0 | 33 | 53 | 243 | 134 | 36 |
| Binary | 110 | 10010010 | 1101010 | 1100000 | 0 | 11011 | 101011 | 10100011 | 1011100 | 11110 |
Color Harmonies of #06926A
Complementary color
Monochromatic Colors of #06926A
Black with #06926A
Text Example
Text Example
White with #06926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06926A; }
p { color: rgb(6,146,106); }
H1.HeaderClassName
{
color: #06926A;
}
.AnyTagClassName
{
color: #06926A;
}
</style>
background-color css
<style>
a { background-color: #06926A; }
a { background-color: rgb(6,146,106); }
div.DivClassName
{
background-color: #06926A;
}
.BgClassName
{
background-color: #06926A;
}
</style>
border-color css
<style>
span { border-color: #06926A; }
span { border-color: rgb(6,146,106); }
td.TdClassName
{
border-color: #06926A;
}
.TagClassName
{
border-color: #06926A;
}
</style>