Shades of Observatory #069069
Tints of Observatory #069069
RGB
CMYK
RGB Variations
Color information
#069069 (or 0x069069) is known color: Observatory. HEX triplet: 06, 90 and 69. RGB value is (6,144,105). Sum of RGB (Red+Green+Blue) = 6+144+105=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #069069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069069 is #F96F96. Grayscale: #626262. Windows color (decimal): -16347031 or 6918150. OLE color: 6918150.
HSL color Cylindrical-coordinate representation of color #069069: hue angle of 163.04º 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 #069069 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 105 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.44 |
| HSL | 163.04º | 0.92% | 0.29% | - |
| HSV(B) | 163.04º | 0.96% | 0.56% | - |
| XYZ | 12.6 | 21.01 | 16.76 | - |
| YUV | 98.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 105 | 0.96 | 0 | 0.27 | 0.44 | 163.04 | 0.92 | 0.29 |
| Hex | 6 | 90 | 69 | 60 | 0 | 1B | 2C | A3 | 5C | 1D |
| Octal | 6 | 220 | 151 | 140 | 0 | 33 | 54 | 243 | 134 | 35 |
| Binary | 110 | 10010000 | 1101001 | 1100000 | 0 | 11011 | 101100 | 10100011 | 1011100 | 11101 |
Color Harmonies of #069069
Complementary color
Monochromatic Colors of #069069
Black with #069069
Text Example
Text Example
White with #069069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069069; }
p { color: rgb(6,144,105); }
H1.HeaderClassName
{
color: #069069;
}
.AnyTagClassName
{
color: #069069;
}
</style>
background-color css
<style>
a { background-color: #069069; }
a { background-color: rgb(6,144,105); }
div.DivClassName
{
background-color: #069069;
}
.BgClassName
{
background-color: #069069;
}
</style>
border-color css
<style>
span { border-color: #069069; }
span { border-color: rgb(6,144,105); }
td.TdClassName
{
border-color: #069069;
}
.TagClassName
{
border-color: #069069;
}
</style>