Shades of Observatory #068A68
Tints of Observatory #068A68
RGB
CMYK
RGB Variations
Color information
#068A68 (or 0x068A68) is known color: Observatory. HEX triplet: 06, 8A and 68. RGB value is (6,138,104). Sum of RGB (Red+Green+Blue) = 6+138+104=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #068A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A68 is #F97597. Grayscale: #5E5E5E. Windows color (decimal): -16348568 or 6851078. OLE color: 6851078.
HSL color Cylindrical-coordinate representation of color #068A68: hue angle of 164.55º 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 #068A68 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 104 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.46 |
| HSL | 164.55º | 0.92% | 0.28% | - |
| HSV(B) | 164.55º | 0.96% | 0.54% | - |
| XYZ | 11.66 | 19.22 | 16.19 | - |
| YUV | 94.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 104 | 0.96 | 0 | 0.25 | 0.46 | 164.55 | 0.92 | 0.28 |
| Hex | 6 | 8A | 68 | 60 | 0 | 19 | 2E | A5 | 5C | 1C |
| Octal | 6 | 212 | 150 | 140 | 0 | 31 | 56 | 245 | 134 | 34 |
| Binary | 110 | 10001010 | 1101000 | 1100000 | 0 | 11001 | 101110 | 10100101 | 1011100 | 11100 |
Color Harmonies of #068A68
Complementary color
Monochromatic Colors of #068A68
Black with #068A68
Text Example
Text Example
White with #068A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A68; }
p { color: rgb(6,138,104); }
H1.HeaderClassName
{
color: #068A68;
}
.AnyTagClassName
{
color: #068A68;
}
</style>
background-color css
<style>
a { background-color: #068A68; }
a { background-color: rgb(6,138,104); }
div.DivClassName
{
background-color: #068A68;
}
.BgClassName
{
background-color: #068A68;
}
</style>
border-color css
<style>
span { border-color: #068A68; }
span { border-color: rgb(6,138,104); }
td.TdClassName
{
border-color: #068A68;
}
.TagClassName
{
border-color: #068A68;
}
</style>