Shades of Dark Cyan #068C8F
Tints of Dark Cyan #068C8F
RGB
CMYK
RGB Variations
Color information
#068C8F (or 0x068C8F) is known color: Dark Cyan. HEX triplet: 06, 8C and 8F. RGB value is (6,140,143). Sum of RGB (Red+Green+Blue) = 6+140+143=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #068C8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068C8F is #F97370. Grayscale: #646464. Windows color (decimal): -16348017 or 9407494. OLE color: 9407494.
HSL color Cylindrical-coordinate representation of color #068C8F: hue angle of 181.31º 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 #068C8F is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 140 | 143 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.44 |
| HSL | 181.31º | 0.92% | 0.29% | - |
| HSV(B) | 181.31º | 0.96% | 0.56% | - |
| XYZ | 14.41 | 20.78 | 29.24 | - |
| YUV | 100.28 | 152.11 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 143 | 0.96 | 0.02 | 0 | 0.44 | 181.31 | 0.92 | 0.29 |
| Hex | 6 | 8C | 8F | 60 | 2 | 0 | 2C | B5 | 5C | 1D |
| Octal | 6 | 214 | 217 | 140 | 2 | 0 | 54 | 265 | 134 | 35 |
| Binary | 110 | 10001100 | 10001111 | 1100000 | 10 | 0 | 101100 | 10110101 | 1011100 | 11101 |
Color Harmonies of #068C8F
Complementary color
Monochromatic Colors of #068C8F
Black with #068C8F
Text Example
Text Example
White with #068C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C8F; }
p { color: rgb(6,140,143); }
H1.HeaderClassName
{
color: #068C8F;
}
.AnyTagClassName
{
color: #068C8F;
}
</style>
background-color css
<style>
a { background-color: #068C8F; }
a { background-color: rgb(6,140,143); }
div.DivClassName
{
background-color: #068C8F;
}
.BgClassName
{
background-color: #068C8F;
}
</style>
border-color css
<style>
span { border-color: #068C8F; }
span { border-color: rgb(6,140,143); }
td.TdClassName
{
border-color: #068C8F;
}
.TagClassName
{
border-color: #068C8F;
}
</style>