Shades of Dark Cyan #068B84
Tints of Dark Cyan #068B84
RGB
CMYK
RGB Variations
Color information
#068B84 (or 0x068B84) is known color: Dark Cyan. HEX triplet: 06, 8B and 84. RGB value is (6,139,132). Sum of RGB (Red+Green+Blue) = 6+139+132=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #068B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B84 is #F9747B. Grayscale: #626262. Windows color (decimal): -16348284 or 8686342. OLE color: 8686342.
HSL color Cylindrical-coordinate representation of color #068B84: hue angle of 176.84º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B84 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 132 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.45 |
| HSL | 176.84º | 0.92% | 0.28% | - |
| HSV(B) | 176.84º | 0.96% | 0.55% | - |
| XYZ | 13.47 | 20.17 | 25.01 | - |
| YUV | 98.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 132 | 0.96 | 0 | 0.05 | 0.45 | 176.84 | 0.92 | 0.28 |
| Hex | 6 | 8B | 84 | 60 | 0 | 5 | 2D | B1 | 5C | 1C |
| Octal | 6 | 213 | 204 | 140 | 0 | 5 | 55 | 261 | 134 | 34 |
| Binary | 110 | 10001011 | 10000100 | 1100000 | 0 | 101 | 101101 | 10110001 | 1011100 | 11100 |
Color Harmonies of #068B84
Complementary color
Monochromatic Colors of #068B84
Black with #068B84
Text Example
Text Example
White with #068B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B84; }
p { color: rgb(6,139,132); }
H1.HeaderClassName
{
color: #068B84;
}
.AnyTagClassName
{
color: #068B84;
}
</style>
background-color css
<style>
a { background-color: #068B84; }
a { background-color: rgb(6,139,132); }
div.DivClassName
{
background-color: #068B84;
}
.BgClassName
{
background-color: #068B84;
}
</style>
border-color css
<style>
span { border-color: #068B84; }
span { border-color: rgb(6,139,132); }
td.TdClassName
{
border-color: #068B84;
}
.TagClassName
{
border-color: #068B84;
}
</style>