Shades of Observatory #06886B
Tints of Observatory #06886B
RGB
CMYK
RGB Variations
Color information
#06886B (or 0x06886B) is known color: Observatory. HEX triplet: 06, 88 and 6B. RGB value is (6,136,107). Sum of RGB (Red+Green+Blue) = 6+136+107=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #06886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06886B is #F97794. Grayscale: #5D5D5D. Windows color (decimal): -16349077 or 7047174. OLE color: 7047174.
HSL color Cylindrical-coordinate representation of color #06886B: hue angle of 166.62º 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 #06886B is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 107 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.47 |
| HSL | 166.62º | 0.92% | 0.28% | - |
| HSV(B) | 166.62º | 0.96% | 0.53% | - |
| XYZ | 11.53 | 18.71 | 16.91 | - |
| YUV | 93.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 107 | 0.96 | 0 | 0.21 | 0.47 | 166.62 | 0.92 | 0.28 |
| Hex | 6 | 88 | 6B | 60 | 0 | 15 | 2F | A7 | 5C | 1C |
| Octal | 6 | 210 | 153 | 140 | 0 | 25 | 57 | 247 | 134 | 34 |
| Binary | 110 | 10001000 | 1101011 | 1100000 | 0 | 10101 | 101111 | 10100111 | 1011100 | 11100 |
Color Harmonies of #06886B
Complementary color
Monochromatic Colors of #06886B
Black with #06886B
Text Example
Text Example
White with #06886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06886B; }
p { color: rgb(6,136,107); }
H1.HeaderClassName
{
color: #06886B;
}
.AnyTagClassName
{
color: #06886B;
}
</style>
background-color css
<style>
a { background-color: #06886B; }
a { background-color: rgb(6,136,107); }
div.DivClassName
{
background-color: #06886B;
}
.BgClassName
{
background-color: #06886B;
}
</style>
border-color css
<style>
span { border-color: #06886B; }
span { border-color: rgb(6,136,107); }
td.TdClassName
{
border-color: #06886B;
}
.TagClassName
{
border-color: #06886B;
}
</style>