Shades of Dark Cyan #068E8D
Tints of Dark Cyan #068E8D
RGB
CMYK
RGB Variations
Color information
#068E8D (or 0x068E8D) is known color: Dark Cyan. HEX triplet: 06, 8E and 8D. RGB value is (6,142,141). Sum of RGB (Red+Green+Blue) = 6+142+141=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #068E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E8D is #F97172. Grayscale: #656565. Windows color (decimal): -16347507 or 9276934. OLE color: 9276934.
HSL color Cylindrical-coordinate representation of color #068E8D: hue angle of 179.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E8D is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 141 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.44 |
| HSL | 179.56º | 0.92% | 0.29% | - |
| HSV(B) | 179.56º | 0.96% | 0.56% | - |
| XYZ | 14.56 | 21.31 | 28.54 | - |
| YUV | 101.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 141 | 0.96 | 0 | 0.01 | 0.44 | 179.56 | 0.92 | 0.29 |
| Hex | 6 | 8E | 8D | 60 | 0 | 1 | 2C | B4 | 5C | 1D |
| Octal | 6 | 216 | 215 | 140 | 0 | 1 | 54 | 264 | 134 | 35 |
| Binary | 110 | 10001110 | 10001101 | 1100000 | 0 | 1 | 101100 | 10110100 | 1011100 | 11101 |
Color Harmonies of #068E8D
Complementary color
Monochromatic Colors of #068E8D
Black with #068E8D
Text Example
Text Example
White with #068E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E8D; }
p { color: rgb(6,142,141); }
H1.HeaderClassName
{
color: #068E8D;
}
.AnyTagClassName
{
color: #068E8D;
}
</style>
background-color css
<style>
a { background-color: #068E8D; }
a { background-color: rgb(6,142,141); }
div.DivClassName
{
background-color: #068E8D;
}
.BgClassName
{
background-color: #068E8D;
}
</style>
border-color css
<style>
span { border-color: #068E8D; }
span { border-color: rgb(6,142,141); }
td.TdClassName
{
border-color: #068E8D;
}
.TagClassName
{
border-color: #068E8D;
}
</style>