Shades of Dark Cyan #068A87
Tints of Dark Cyan #068A87
RGB
CMYK
RGB Variations
Color information
#068A87 (or 0x068A87) is known color: Dark Cyan. HEX triplet: 06, 8A and 87. RGB value is (6,138,135). Sum of RGB (Red+Green+Blue) = 6+138+135=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #068A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A87 is #F97578. Grayscale: #626262. Windows color (decimal): -16348537 or 8882694. OLE color: 8882694.
HSL color Cylindrical-coordinate representation of color #068A87: hue angle of 178.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A87 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 135 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.46 |
| HSL | 178.64º | 0.92% | 0.28% | - |
| HSV(B) | 178.64º | 0.96% | 0.54% | - |
| XYZ | 13.54 | 19.96 | 26.06 | - |
| YUV | 98.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 135 | 0.96 | 0 | 0.02 | 0.46 | 178.64 | 0.92 | 0.28 |
| Hex | 6 | 8A | 87 | 60 | 0 | 2 | 2E | B3 | 5C | 1C |
| Octal | 6 | 212 | 207 | 140 | 0 | 2 | 56 | 263 | 134 | 34 |
| Binary | 110 | 10001010 | 10000111 | 1100000 | 0 | 10 | 101110 | 10110011 | 1011100 | 11100 |
Color Harmonies of #068A87
Complementary color
Monochromatic Colors of #068A87
Black with #068A87
Text Example
Text Example
White with #068A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A87; }
p { color: rgb(6,138,135); }
H1.HeaderClassName
{
color: #068A87;
}
.AnyTagClassName
{
color: #068A87;
}
</style>
background-color css
<style>
a { background-color: #068A87; }
a { background-color: rgb(6,138,135); }
div.DivClassName
{
background-color: #068A87;
}
.BgClassName
{
background-color: #068A87;
}
</style>
border-color css
<style>
span { border-color: #068A87; }
span { border-color: rgb(6,138,135); }
td.TdClassName
{
border-color: #068A87;
}
.TagClassName
{
border-color: #068A87;
}
</style>