Shades of Dark Cyan #069395
Tints of Dark Cyan #069395
RGB
CMYK
RGB Variations
Color information
#069395 (or 0x069395) is known color: Dark Cyan. HEX triplet: 06, 93 and 95. RGB value is (6,147,149). Sum of RGB (Red+Green+Blue) = 6+147+149=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #069395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069395 is #F96C6A. Grayscale: #686868. Windows color (decimal): -16346219 or 9802502. OLE color: 9802502.
HSL color Cylindrical-coordinate representation of color #069395: hue angle of 180.84º 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 #069395 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 149 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.42 |
| HSL | 180.84º | 0.92% | 0.3% | - |
| HSV(B) | 180.84º | 0.96% | 0.58% | - |
| XYZ | 15.93 | 23.08 | 32.05 | - |
| YUV | 105.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 149 | 0.96 | 0.01 | 0 | 0.42 | 180.84 | 0.92 | 0.3 |
| Hex | 6 | 93 | 95 | 60 | 1 | 0 | 2A | B5 | 5C | 1E |
| Octal | 6 | 223 | 225 | 140 | 1 | 0 | 52 | 265 | 134 | 36 |
| Binary | 110 | 10010011 | 10010101 | 1100000 | 1 | 0 | 101010 | 10110101 | 1011100 | 11110 |
Color Harmonies of #069395
Complementary color
Monochromatic Colors of #069395
Black with #069395
Text Example
Text Example
White with #069395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069395; }
p { color: rgb(6,147,149); }
H1.HeaderClassName
{
color: #069395;
}
.AnyTagClassName
{
color: #069395;
}
</style>
background-color css
<style>
a { background-color: #069395; }
a { background-color: rgb(6,147,149); }
div.DivClassName
{
background-color: #069395;
}
.BgClassName
{
background-color: #069395;
}
</style>
border-color css
<style>
span { border-color: #069395; }
span { border-color: rgb(6,147,149); }
td.TdClassName
{
border-color: #069395;
}
.TagClassName
{
border-color: #069395;
}
</style>