Shades of Dark Cyan #068389
Tints of Dark Cyan #068389
RGB
CMYK
RGB Variations
Color information
#068389 (or 0x068389) is known color: Dark Cyan. HEX triplet: 06, 83 and 89. RGB value is (6,131,137). Sum of RGB (Red+Green+Blue) = 6+131+137=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #068389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068389 is #F97C76. Grayscale: #5E5E5E. Windows color (decimal): -16350327 or 9011974. OLE color: 9011974.
HSL color Cylindrical-coordinate representation of color #068389: hue angle of 182.75º 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 #068389 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 131 | 137 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.46 |
| HSL | 182.75º | 0.92% | 0.28% | - |
| HSV(B) | 182.75º | 0.96% | 0.54% | - |
| XYZ | 12.71 | 18.08 | 26.49 | - |
| YUV | 94.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 137 | 0.96 | 0.04 | 0 | 0.46 | 182.75 | 0.92 | 0.28 |
| Hex | 6 | 83 | 89 | 60 | 4 | 0 | 2E | B7 | 5C | 1C |
| Octal | 6 | 203 | 211 | 140 | 4 | 0 | 56 | 267 | 134 | 34 |
| Binary | 110 | 10000011 | 10001001 | 1100000 | 100 | 0 | 101110 | 10110111 | 1011100 | 11100 |
Color Harmonies of #068389
Complementary color
Monochromatic Colors of #068389
Black with #068389
Text Example
Text Example
White with #068389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068389; }
p { color: rgb(6,131,137); }
H1.HeaderClassName
{
color: #068389;
}
.AnyTagClassName
{
color: #068389;
}
</style>
background-color css
<style>
a { background-color: #068389; }
a { background-color: rgb(6,131,137); }
div.DivClassName
{
background-color: #068389;
}
.BgClassName
{
background-color: #068389;
}
</style>
border-color css
<style>
span { border-color: #068389; }
span { border-color: rgb(6,131,137); }
td.TdClassName
{
border-color: #068389;
}
.TagClassName
{
border-color: #068389;
}
</style>