Shades of Dark Cyan #068F88
Tints of Dark Cyan #068F88
RGB
CMYK
RGB Variations
Color information
#068F88 (or 0x068F88) is known color: Dark Cyan. HEX triplet: 06, 8F and 88. RGB value is (6,143,136). Sum of RGB (Red+Green+Blue) = 6+143+136=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #068F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F88 is #F97077. Grayscale: #656565. Windows color (decimal): -16347256 or 8949510. OLE color: 8949510.
HSL color Cylindrical-coordinate representation of color #068F88: hue angle of 176.93º 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 #068F88 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 136 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.44 |
| HSL | 176.93º | 0.92% | 0.29% | - |
| HSV(B) | 176.93º | 0.96% | 0.56% | - |
| XYZ | 14.34 | 21.46 | 26.68 | - |
| YUV | 101.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 136 | 0.96 | 0 | 0.05 | 0.44 | 176.93 | 0.92 | 0.29 |
| Hex | 6 | 8F | 88 | 60 | 0 | 5 | 2C | B1 | 5C | 1D |
| Octal | 6 | 217 | 210 | 140 | 0 | 5 | 54 | 261 | 134 | 35 |
| Binary | 110 | 10001111 | 10001000 | 1100000 | 0 | 101 | 101100 | 10110001 | 1011100 | 11101 |
Color Harmonies of #068F88
Complementary color
Monochromatic Colors of #068F88
Black with #068F88
Text Example
Text Example
White with #068F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F88; }
p { color: rgb(6,143,136); }
H1.HeaderClassName
{
color: #068F88;
}
.AnyTagClassName
{
color: #068F88;
}
</style>
background-color css
<style>
a { background-color: #068F88; }
a { background-color: rgb(6,143,136); }
div.DivClassName
{
background-color: #068F88;
}
.BgClassName
{
background-color: #068F88;
}
</style>
border-color css
<style>
span { border-color: #068F88; }
span { border-color: rgb(6,143,136); }
td.TdClassName
{
border-color: #068F88;
}
.TagClassName
{
border-color: #068F88;
}
</style>