Shades of Dark Cyan #068E8F
Tints of Dark Cyan #068E8F
RGB
CMYK
RGB Variations
Color information
#068E8F (or 0x068E8F) is known color: Dark Cyan. HEX triplet: 06, 8E and 8F. RGB value is (6,142,143). Sum of RGB (Red+Green+Blue) = 6+142+143=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #068E8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E8F is #F97170. Grayscale: #656565. Windows color (decimal): -16347505 or 9408006. OLE color: 9408006.
HSL color Cylindrical-coordinate representation of color #068E8F: hue angle of 180.44º 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 #068E8F is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 143 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.44 |
| HSL | 180.44º | 0.92% | 0.29% | - |
| HSV(B) | 180.44º | 0.96% | 0.56% | - |
| XYZ | 14.71 | 21.37 | 29.34 | - |
| YUV | 101.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 143 | 0.96 | 0.01 | 0 | 0.44 | 180.44 | 0.92 | 0.29 |
| Hex | 6 | 8E | 8F | 60 | 1 | 0 | 2C | B4 | 5C | 1D |
| Octal | 6 | 216 | 217 | 140 | 1 | 0 | 54 | 264 | 134 | 35 |
| Binary | 110 | 10001110 | 10001111 | 1100000 | 1 | 0 | 101100 | 10110100 | 1011100 | 11101 |
Color Harmonies of #068E8F
Complementary color
Monochromatic Colors of #068E8F
Black with #068E8F
Text Example
Text Example
White with #068E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E8F; }
p { color: rgb(6,142,143); }
H1.HeaderClassName
{
color: #068E8F;
}
.AnyTagClassName
{
color: #068E8F;
}
</style>
background-color css
<style>
a { background-color: #068E8F; }
a { background-color: rgb(6,142,143); }
div.DivClassName
{
background-color: #068E8F;
}
.BgClassName
{
background-color: #068E8F;
}
</style>
border-color css
<style>
span { border-color: #068E8F; }
span { border-color: rgb(6,142,143); }
td.TdClassName
{
border-color: #068E8F;
}
.TagClassName
{
border-color: #068E8F;
}
</style>