Shades of Observatory #068A6B
Tints of Observatory #068A6B
RGB
CMYK
RGB Variations
Color information
#068A6B (or 0x068A6B) is known color: Observatory. HEX triplet: 06, 8A and 6B. RGB value is (6,138,107). Sum of RGB (Red+Green+Blue) = 6+138+107=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #068A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A6B is #F97594. Grayscale: #5E5E5E. Windows color (decimal): -16348565 or 7047686. OLE color: 7047686.
HSL color Cylindrical-coordinate representation of color #068A6B: hue angle of 165.91º 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 #068A6B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 107 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.46 |
| HSL | 165.91º | 0.92% | 0.28% | - |
| HSV(B) | 165.91º | 0.96% | 0.54% | - |
| XYZ | 11.82 | 19.28 | 17.01 | - |
| YUV | 95 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 107 | 0.96 | 0 | 0.22 | 0.46 | 165.91 | 0.92 | 0.28 |
| Hex | 6 | 8A | 6B | 60 | 0 | 16 | 2E | A6 | 5C | 1C |
| Octal | 6 | 212 | 153 | 140 | 0 | 26 | 56 | 246 | 134 | 34 |
| Binary | 110 | 10001010 | 1101011 | 1100000 | 0 | 10110 | 101110 | 10100110 | 1011100 | 11100 |
Color Harmonies of #068A6B
Complementary color
Monochromatic Colors of #068A6B
Black with #068A6B
Text Example
Text Example
White with #068A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A6B; }
p { color: rgb(6,138,107); }
H1.HeaderClassName
{
color: #068A6B;
}
.AnyTagClassName
{
color: #068A6B;
}
</style>
background-color css
<style>
a { background-color: #068A6B; }
a { background-color: rgb(6,138,107); }
div.DivClassName
{
background-color: #068A6B;
}
.BgClassName
{
background-color: #068A6B;
}
</style>
border-color css
<style>
span { border-color: #068A6B; }
span { border-color: rgb(6,138,107); }
td.TdClassName
{
border-color: #068A6B;
}
.TagClassName
{
border-color: #068A6B;
}
</style>