Shades of Observatory #068A6C
Tints of Observatory #068A6C
RGB
CMYK
RGB Variations
Color information
#068A6C (or 0x068A6C) is known color: Observatory. HEX triplet: 06, 8A and 6C. RGB value is (6,138,108). Sum of RGB (Red+Green+Blue) = 6+138+108=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #068A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A6C is #F97593. Grayscale: #5F5F5F. Windows color (decimal): -16348564 or 7113222. OLE color: 7113222.
HSL color Cylindrical-coordinate representation of color #068A6C: hue angle of 166.36º 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 #068A6C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 108 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.46 |
| HSL | 166.36º | 0.92% | 0.28% | - |
| HSV(B) | 166.36º | 0.96% | 0.54% | - |
| XYZ | 11.87 | 19.3 | 17.29 | - |
| YUV | 95.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 108 | 0.96 | 0 | 0.22 | 0.46 | 166.36 | 0.92 | 0.28 |
| Hex | 6 | 8A | 6C | 60 | 0 | 16 | 2E | A6 | 5C | 1C |
| Octal | 6 | 212 | 154 | 140 | 0 | 26 | 56 | 246 | 134 | 34 |
| Binary | 110 | 10001010 | 1101100 | 1100000 | 0 | 10110 | 101110 | 10100110 | 1011100 | 11100 |
Color Harmonies of #068A6C
Complementary color
Monochromatic Colors of #068A6C
Black with #068A6C
Text Example
Text Example
White with #068A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A6C; }
p { color: rgb(6,138,108); }
H1.HeaderClassName
{
color: #068A6C;
}
.AnyTagClassName
{
color: #068A6C;
}
</style>
background-color css
<style>
a { background-color: #068A6C; }
a { background-color: rgb(6,138,108); }
div.DivClassName
{
background-color: #068A6C;
}
.BgClassName
{
background-color: #068A6C;
}
</style>
border-color css
<style>
span { border-color: #068A6C; }
span { border-color: rgb(6,138,108); }
td.TdClassName
{
border-color: #068A6C;
}
.TagClassName
{
border-color: #068A6C;
}
</style>