Shades of Dark Cyan #069087
Tints of Dark Cyan #069087
RGB
CMYK
RGB Variations
Color information
#069087 (or 0x069087) is known color: Dark Cyan. HEX triplet: 06, 90 and 87. RGB value is (6,144,135). Sum of RGB (Red+Green+Blue) = 6+144+135=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #069087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069087 is #F96F78. Grayscale: #656565. Windows color (decimal): -16347001 or 8884230. OLE color: 8884230.
HSL color Cylindrical-coordinate representation of color #069087: hue angle of 176.09º 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 #069087 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 135 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.44 |
| HSL | 176.09º | 0.92% | 0.29% | - |
| HSV(B) | 176.09º | 0.96% | 0.56% | - |
| XYZ | 14.42 | 21.73 | 26.36 | - |
| YUV | 101.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 135 | 0.96 | 0 | 0.06 | 0.44 | 176.09 | 0.92 | 0.29 |
| Hex | 6 | 90 | 87 | 60 | 0 | 6 | 2C | B0 | 5C | 1D |
| Octal | 6 | 220 | 207 | 140 | 0 | 6 | 54 | 260 | 134 | 35 |
| Binary | 110 | 10010000 | 10000111 | 1100000 | 0 | 110 | 101100 | 10110000 | 1011100 | 11101 |
Color Harmonies of #069087
Complementary color
Monochromatic Colors of #069087
Black with #069087
Text Example
Text Example
White with #069087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069087; }
p { color: rgb(6,144,135); }
H1.HeaderClassName
{
color: #069087;
}
.AnyTagClassName
{
color: #069087;
}
</style>
background-color css
<style>
a { background-color: #069087; }
a { background-color: rgb(6,144,135); }
div.DivClassName
{
background-color: #069087;
}
.BgClassName
{
background-color: #069087;
}
</style>
border-color css
<style>
span { border-color: #069087; }
span { border-color: rgb(6,144,135); }
td.TdClassName
{
border-color: #069087;
}
.TagClassName
{
border-color: #069087;
}
</style>