Shades of Observatory #068863
Tints of Observatory #068863
RGB
CMYK
RGB Variations
Color information
#068863 (or 0x068863) is known color: Observatory. HEX triplet: 06, 88 and 63. RGB value is (6,136,99). Sum of RGB (Red+Green+Blue) = 6+136+99=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #068863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068863 is #F9779C. Grayscale: #5C5C5C. Windows color (decimal): -16349085 or 6522886. OLE color: 6522886.
HSL color Cylindrical-coordinate representation of color #068863: hue angle of 162.92º 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 #068863 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 99 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.47 |
| HSL | 162.92º | 0.92% | 0.28% | - |
| HSV(B) | 162.92º | 0.96% | 0.53% | - |
| XYZ | 11.13 | 18.55 | 14.8 | - |
| YUV | 92.91 | 131.43 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 99 | 0.96 | 0 | 0.27 | 0.47 | 162.92 | 0.92 | 0.28 |
| Hex | 6 | 88 | 63 | 60 | 0 | 1B | 2F | A3 | 5C | 1C |
| Octal | 6 | 210 | 143 | 140 | 0 | 33 | 57 | 243 | 134 | 34 |
| Binary | 110 | 10001000 | 1100011 | 1100000 | 0 | 11011 | 101111 | 10100011 | 1011100 | 11100 |
Color Harmonies of #068863
Complementary color
Monochromatic Colors of #068863
Black with #068863
Text Example
Text Example
White with #068863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068863; }
p { color: rgb(6,136,99); }
H1.HeaderClassName
{
color: #068863;
}
.AnyTagClassName
{
color: #068863;
}
</style>
background-color css
<style>
a { background-color: #068863; }
a { background-color: rgb(6,136,99); }
div.DivClassName
{
background-color: #068863;
}
.BgClassName
{
background-color: #068863;
}
</style>
border-color css
<style>
span { border-color: #068863; }
span { border-color: rgb(6,136,99); }
td.TdClassName
{
border-color: #068863;
}
.TagClassName
{
border-color: #068863;
}
</style>