Shades of Observatory #068A6D
Tints of Observatory #068A6D
RGB
CMYK
RGB Variations
Color information
#068A6D (or 0x068A6D) is known color: Observatory. HEX triplet: 06, 8A and 6D. RGB value is (6,138,109). Sum of RGB (Red+Green+Blue) = 6+138+109=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #068A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A6D is #F97592. Grayscale: #5F5F5F. Windows color (decimal): -16348563 or 7178758. OLE color: 7178758.
HSL color Cylindrical-coordinate representation of color #068A6D: hue angle of 166.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A6D is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 109 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.46 |
| HSL | 166.82º | 0.92% | 0.28% | - |
| HSV(B) | 166.82º | 0.96% | 0.54% | - |
| XYZ | 11.92 | 19.32 | 17.57 | - |
| YUV | 95.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 109 | 0.96 | 0 | 0.21 | 0.46 | 166.82 | 0.92 | 0.28 |
| Hex | 6 | 8A | 6D | 60 | 0 | 15 | 2E | A7 | 5C | 1C |
| Octal | 6 | 212 | 155 | 140 | 0 | 25 | 56 | 247 | 134 | 34 |
| Binary | 110 | 10001010 | 1101101 | 1100000 | 0 | 10101 | 101110 | 10100111 | 1011100 | 11100 |
Color Harmonies of #068A6D
Complementary color
Monochromatic Colors of #068A6D
Black with #068A6D
Text Example
Text Example
White with #068A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A6D; }
p { color: rgb(6,138,109); }
H1.HeaderClassName
{
color: #068A6D;
}
.AnyTagClassName
{
color: #068A6D;
}
</style>
background-color css
<style>
a { background-color: #068A6D; }
a { background-color: rgb(6,138,109); }
div.DivClassName
{
background-color: #068A6D;
}
.BgClassName
{
background-color: #068A6D;
}
</style>
border-color css
<style>
span { border-color: #068A6D; }
span { border-color: rgb(6,138,109); }
td.TdClassName
{
border-color: #068A6D;
}
.TagClassName
{
border-color: #068A6D;
}
</style>