Shades of Dark Cyan #068F84
Tints of Dark Cyan #068F84
RGB
CMYK
RGB Variations
Color information
#068F84 (or 0x068F84) is known color: Dark Cyan. HEX triplet: 06, 8F and 84. RGB value is (6,143,132). Sum of RGB (Red+Green+Blue) = 6+143+132=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #068F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F84 is #F9707B. Grayscale: #646464. Windows color (decimal): -16347260 or 8687366. OLE color: 8687366.
HSL color Cylindrical-coordinate representation of color #068F84: hue angle of 175.18º 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 #068F84 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 132 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.44 |
| HSL | 175.18º | 0.92% | 0.29% | - |
| HSV(B) | 175.18º | 0.96% | 0.56% | - |
| XYZ | 14.06 | 21.35 | 25.21 | - |
| YUV | 100.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 132 | 0.96 | 0 | 0.08 | 0.44 | 175.18 | 0.92 | 0.29 |
| Hex | 6 | 8F | 84 | 60 | 0 | 8 | 2C | AF | 5C | 1D |
| Octal | 6 | 217 | 204 | 140 | 0 | 10 | 54 | 257 | 134 | 35 |
| Binary | 110 | 10001111 | 10000100 | 1100000 | 0 | 1000 | 101100 | 10101111 | 1011100 | 11101 |
Color Harmonies of #068F84
Complementary color
Monochromatic Colors of #068F84
Black with #068F84
Text Example
Text Example
White with #068F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F84; }
p { color: rgb(6,143,132); }
H1.HeaderClassName
{
color: #068F84;
}
.AnyTagClassName
{
color: #068F84;
}
</style>
background-color css
<style>
a { background-color: #068F84; }
a { background-color: rgb(6,143,132); }
div.DivClassName
{
background-color: #068F84;
}
.BgClassName
{
background-color: #068F84;
}
</style>
border-color css
<style>
span { border-color: #068F84; }
span { border-color: rgb(6,143,132); }
td.TdClassName
{
border-color: #068F84;
}
.TagClassName
{
border-color: #068F84;
}
</style>