Shades of Dark Cyan #069591
Tints of Dark Cyan #069591
RGB
CMYK
RGB Variations
Color information
#069591 (or 0x069591) is known color: Dark Cyan. HEX triplet: 06, 95 and 91. RGB value is (6,149,145). Sum of RGB (Red+Green+Blue) = 6+149+145=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #069591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069591 is #F96A6E. Grayscale: #696969. Windows color (decimal): -16345711 or 9540870. OLE color: 9540870.
HSL color Cylindrical-coordinate representation of color #069591: hue angle of 178.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069591 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 145 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.42 |
| HSL | 178.32º | 0.92% | 0.3% | - |
| HSV(B) | 178.32º | 0.96% | 0.58% | - |
| XYZ | 15.93 | 23.58 | 30.5 | - |
| YUV | 105.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 145 | 0.96 | 0 | 0.03 | 0.42 | 178.32 | 0.92 | 0.3 |
| Hex | 6 | 95 | 91 | 60 | 0 | 3 | 2A | B2 | 5C | 1E |
| Octal | 6 | 225 | 221 | 140 | 0 | 3 | 52 | 262 | 134 | 36 |
| Binary | 110 | 10010101 | 10010001 | 1100000 | 0 | 11 | 101010 | 10110010 | 1011100 | 11110 |
Color Harmonies of #069591
Complementary color
Monochromatic Colors of #069591
Black with #069591
Text Example
Text Example
White with #069591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069591; }
p { color: rgb(6,149,145); }
H1.HeaderClassName
{
color: #069591;
}
.AnyTagClassName
{
color: #069591;
}
</style>
background-color css
<style>
a { background-color: #069591; }
a { background-color: rgb(6,149,145); }
div.DivClassName
{
background-color: #069591;
}
.BgClassName
{
background-color: #069591;
}
</style>
border-color css
<style>
span { border-color: #069591; }
span { border-color: rgb(6,149,145); }
td.TdClassName
{
border-color: #069591;
}
.TagClassName
{
border-color: #069591;
}
</style>