Shades of Dark Cyan #069385
Tints of Dark Cyan #069385
RGB
CMYK
RGB Variations
Color information
#069385 (or 0x069385) is known color: Dark Cyan. HEX triplet: 06, 93 and 85. RGB value is (6,147,133). Sum of RGB (Red+Green+Blue) = 6+147+133=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #069385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069385 is #F96C7A. Grayscale: #676767. Windows color (decimal): -16346235 or 8753926. OLE color: 8753926.
HSL color Cylindrical-coordinate representation of color #069385: hue angle of 174.04º 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 #069385 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 133 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.42 |
| HSL | 174.04º | 0.92% | 0.3% | - |
| HSV(B) | 174.04º | 0.96% | 0.58% | - |
| XYZ | 14.74 | 22.6 | 25.78 | - |
| YUV | 103.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 133 | 0.96 | 0 | 0.10 | 0.42 | 174.04 | 0.92 | 0.3 |
| Hex | 6 | 93 | 85 | 60 | 0 | A | 2A | AE | 5C | 1E |
| Octal | 6 | 223 | 205 | 140 | 0 | 12 | 52 | 256 | 134 | 36 |
| Binary | 110 | 10010011 | 10000101 | 1100000 | 0 | 1010 | 101010 | 10101110 | 1011100 | 11110 |
Color Harmonies of #069385
Complementary color
Monochromatic Colors of #069385
Black with #069385
Text Example
Text Example
White with #069385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069385; }
p { color: rgb(6,147,133); }
H1.HeaderClassName
{
color: #069385;
}
.AnyTagClassName
{
color: #069385;
}
</style>
background-color css
<style>
a { background-color: #069385; }
a { background-color: rgb(6,147,133); }
div.DivClassName
{
background-color: #069385;
}
.BgClassName
{
background-color: #069385;
}
</style>
border-color css
<style>
span { border-color: #069385; }
span { border-color: rgb(6,147,133); }
td.TdClassName
{
border-color: #069385;
}
.TagClassName
{
border-color: #069385;
}
</style>