Shades of Dark Cyan #068591
Tints of Dark Cyan #068591
RGB
CMYK
RGB Variations
Color information
#068591 (or 0x068591) is known color: Dark Cyan. HEX triplet: 06, 85 and 91. RGB value is (6,133,145). Sum of RGB (Red+Green+Blue) = 6+133+145=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #068591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068591 is #F97A6E. Grayscale: #606060. Windows color (decimal): -16349807 or 9536774. OLE color: 9536774.
HSL color Cylindrical-coordinate representation of color #068591: hue angle of 185.18º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068591 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 133 | 145 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.43 |
| HSL | 185.18º | 0.92% | 0.3% | - |
| HSV(B) | 185.18º | 0.96% | 0.57% | - |
| XYZ | 13.57 | 18.86 | 29.71 | - |
| YUV | 96.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 145 | 0.96 | 0.08 | 0 | 0.43 | 185.18 | 0.92 | 0.3 |
| Hex | 6 | 85 | 91 | 60 | 8 | 0 | 2B | B9 | 5C | 1E |
| Octal | 6 | 205 | 221 | 140 | 10 | 0 | 53 | 271 | 134 | 36 |
| Binary | 110 | 10000101 | 10010001 | 1100000 | 1000 | 0 | 101011 | 10111001 | 1011100 | 11110 |
Color Harmonies of #068591
Complementary color
Monochromatic Colors of #068591
Black with #068591
Text Example
Text Example
White with #068591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068591; }
p { color: rgb(6,133,145); }
H1.HeaderClassName
{
color: #068591;
}
.AnyTagClassName
{
color: #068591;
}
</style>
background-color css
<style>
a { background-color: #068591; }
a { background-color: rgb(6,133,145); }
div.DivClassName
{
background-color: #068591;
}
.BgClassName
{
background-color: #068591;
}
</style>
border-color css
<style>
span { border-color: #068591; }
span { border-color: rgb(6,133,145); }
td.TdClassName
{
border-color: #068591;
}
.TagClassName
{
border-color: #068591;
}
</style>