Shades of Dark Cyan #068A81
Tints of Dark Cyan #068A81
RGB
CMYK
RGB Variations
Color information
#068A81 (or 0x068A81) is known color: Dark Cyan. HEX triplet: 06, 8A and 81. RGB value is (6,138,129). Sum of RGB (Red+Green+Blue) = 6+138+129=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #068A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A81 is #F9757E. Grayscale: #616161. Windows color (decimal): -16348543 or 8489478. OLE color: 8489478.
HSL color Cylindrical-coordinate representation of color #068A81: hue angle of 175.91º 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 #068A81 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 129 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.46 |
| HSL | 175.91º | 0.92% | 0.28% | - |
| HSV(B) | 175.91º | 0.96% | 0.54% | - |
| XYZ | 13.13 | 19.8 | 23.9 | - |
| YUV | 97.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 129 | 0.96 | 0 | 0.07 | 0.46 | 175.91 | 0.92 | 0.28 |
| Hex | 6 | 8A | 81 | 60 | 0 | 7 | 2E | B0 | 5C | 1C |
| Octal | 6 | 212 | 201 | 140 | 0 | 7 | 56 | 260 | 134 | 34 |
| Binary | 110 | 10001010 | 10000001 | 1100000 | 0 | 111 | 101110 | 10110000 | 1011100 | 11100 |
Color Harmonies of #068A81
Complementary color
Monochromatic Colors of #068A81
Black with #068A81
Text Example
Text Example
White with #068A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A81; }
p { color: rgb(6,138,129); }
H1.HeaderClassName
{
color: #068A81;
}
.AnyTagClassName
{
color: #068A81;
}
</style>
background-color css
<style>
a { background-color: #068A81; }
a { background-color: rgb(6,138,129); }
div.DivClassName
{
background-color: #068A81;
}
.BgClassName
{
background-color: #068A81;
}
</style>
border-color css
<style>
span { border-color: #068A81; }
span { border-color: rgb(6,138,129); }
td.TdClassName
{
border-color: #068A81;
}
.TagClassName
{
border-color: #068A81;
}
</style>