Shades of Dark Cyan #068992
Tints of Dark Cyan #068992
RGB
CMYK
RGB Variations
Color information
#068992 (or 0x068992) is known color: Dark Cyan. HEX triplet: 06, 89 and 92. RGB value is (6,137,146). Sum of RGB (Red+Green+Blue) = 6+137+146=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #068992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068992 is #F9766D. Grayscale: #626262. Windows color (decimal): -16348782 or 9603334. OLE color: 9603334.
HSL color Cylindrical-coordinate representation of color #068992: hue angle of 183.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068992 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 137 | 146 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.43 |
| HSL | 183.86º | 0.92% | 0.3% | - |
| HSV(B) | 183.86º | 0.96% | 0.57% | - |
| XYZ | 14.21 | 20.01 | 30.31 | - |
| YUV | 98.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 146 | 0.96 | 0.06 | 0 | 0.43 | 183.86 | 0.92 | 0.3 |
| Hex | 6 | 89 | 92 | 60 | 6 | 0 | 2B | B8 | 5C | 1E |
| Octal | 6 | 211 | 222 | 140 | 6 | 0 | 53 | 270 | 134 | 36 |
| Binary | 110 | 10001001 | 10010010 | 1100000 | 110 | 0 | 101011 | 10111000 | 1011100 | 11110 |
Color Harmonies of #068992
Complementary color
Monochromatic Colors of #068992
Black with #068992
Text Example
Text Example
White with #068992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068992; }
p { color: rgb(6,137,146); }
H1.HeaderClassName
{
color: #068992;
}
.AnyTagClassName
{
color: #068992;
}
</style>
background-color css
<style>
a { background-color: #068992; }
a { background-color: rgb(6,137,146); }
div.DivClassName
{
background-color: #068992;
}
.BgClassName
{
background-color: #068992;
}
</style>
border-color css
<style>
span { border-color: #068992; }
span { border-color: rgb(6,137,146); }
td.TdClassName
{
border-color: #068992;
}
.TagClassName
{
border-color: #068992;
}
</style>