Shades of Observatory #06886C
Tints of Observatory #06886C
RGB
CMYK
RGB Variations
Color information
#06886C (or 0x06886C) is known color: Observatory. HEX triplet: 06, 88 and 6C. RGB value is (6,136,108). Sum of RGB (Red+Green+Blue) = 6+136+108=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #06886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06886C is #F97793. Grayscale: #5D5D5D. Windows color (decimal): -16349076 or 7112710. OLE color: 7112710.
HSL color Cylindrical-coordinate representation of color #06886C: hue angle of 167.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06886C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 108 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.47 |
| HSL | 167.08º | 0.92% | 0.28% | - |
| HSV(B) | 167.08º | 0.96% | 0.53% | - |
| XYZ | 11.59 | 18.73 | 17.19 | - |
| YUV | 93.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 108 | 0.96 | 0 | 0.21 | 0.47 | 167.08 | 0.92 | 0.28 |
| Hex | 6 | 88 | 6C | 60 | 0 | 15 | 2F | A7 | 5C | 1C |
| Octal | 6 | 210 | 154 | 140 | 0 | 25 | 57 | 247 | 134 | 34 |
| Binary | 110 | 10001000 | 1101100 | 1100000 | 0 | 10101 | 101111 | 10100111 | 1011100 | 11100 |
Color Harmonies of #06886C
Complementary color
Monochromatic Colors of #06886C
Black with #06886C
Text Example
Text Example
White with #06886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06886C; }
p { color: rgb(6,136,108); }
H1.HeaderClassName
{
color: #06886C;
}
.AnyTagClassName
{
color: #06886C;
}
</style>
background-color css
<style>
a { background-color: #06886C; }
a { background-color: rgb(6,136,108); }
div.DivClassName
{
background-color: #06886C;
}
.BgClassName
{
background-color: #06886C;
}
</style>
border-color css
<style>
span { border-color: #06886C; }
span { border-color: rgb(6,136,108); }
td.TdClassName
{
border-color: #06886C;
}
.TagClassName
{
border-color: #06886C;
}
</style>