Shades of Dark Cyan #069084
Tints of Dark Cyan #069084
RGB
CMYK
RGB Variations
Color information
#069084 (or 0x069084) is known color: Dark Cyan. HEX triplet: 06, 90 and 84. RGB value is (6,144,132). Sum of RGB (Red+Green+Blue) = 6+144+132=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #069084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069084 is #F96F7B. Grayscale: #656565. Windows color (decimal): -16347004 or 8687622. OLE color: 8687622.
HSL color Cylindrical-coordinate representation of color #069084: hue angle of 174.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069084 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 132 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.44 |
| HSL | 174.78º | 0.92% | 0.29% | - |
| HSV(B) | 174.78º | 0.96% | 0.56% | - |
| XYZ | 14.21 | 21.65 | 25.26 | - |
| YUV | 101.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 132 | 0.96 | 0 | 0.08 | 0.44 | 174.78 | 0.92 | 0.29 |
| Hex | 6 | 90 | 84 | 60 | 0 | 8 | 2C | AF | 5C | 1D |
| Octal | 6 | 220 | 204 | 140 | 0 | 10 | 54 | 257 | 134 | 35 |
| Binary | 110 | 10010000 | 10000100 | 1100000 | 0 | 1000 | 101100 | 10101111 | 1011100 | 11101 |
Color Harmonies of #069084
Complementary color
Monochromatic Colors of #069084
Black with #069084
Text Example
Text Example
White with #069084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069084; }
p { color: rgb(6,144,132); }
H1.HeaderClassName
{
color: #069084;
}
.AnyTagClassName
{
color: #069084;
}
</style>
background-color css
<style>
a { background-color: #069084; }
a { background-color: rgb(6,144,132); }
div.DivClassName
{
background-color: #069084;
}
.BgClassName
{
background-color: #069084;
}
</style>
border-color css
<style>
span { border-color: #069084; }
span { border-color: rgb(6,144,132); }
td.TdClassName
{
border-color: #069084;
}
.TagClassName
{
border-color: #069084;
}
</style>