Shades of Dark Cyan #069293
Tints of Dark Cyan #069293
RGB
CMYK
RGB Variations
Color information
#069293 (or 0x069293) is known color: Dark Cyan. HEX triplet: 06, 92 and 93. RGB value is (6,146,147). Sum of RGB (Red+Green+Blue) = 6+146+147=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #069293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069293 is #F96D6C. Grayscale: #686868. Windows color (decimal): -16346477 or 9671174. OLE color: 9671174.
HSL color Cylindrical-coordinate representation of color #069293: hue angle of 180.43º 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 #069293 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 146 | 147 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.42 |
| HSL | 180.43º | 0.92% | 0.3% | - |
| HSV(B) | 180.43º | 0.96% | 0.58% | - |
| XYZ | 15.62 | 22.7 | 31.16 | - |
| YUV | 104.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 147 | 0.96 | 0.01 | 0 | 0.42 | 180.43 | 0.92 | 0.3 |
| Hex | 6 | 92 | 93 | 60 | 1 | 0 | 2A | B4 | 5C | 1E |
| Octal | 6 | 222 | 223 | 140 | 1 | 0 | 52 | 264 | 134 | 36 |
| Binary | 110 | 10010010 | 10010011 | 1100000 | 1 | 0 | 101010 | 10110100 | 1011100 | 11110 |
Color Harmonies of #069293
Complementary color
Monochromatic Colors of #069293
Black with #069293
Text Example
Text Example
White with #069293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069293; }
p { color: rgb(6,146,147); }
H1.HeaderClassName
{
color: #069293;
}
.AnyTagClassName
{
color: #069293;
}
</style>
background-color css
<style>
a { background-color: #069293; }
a { background-color: rgb(6,146,147); }
div.DivClassName
{
background-color: #069293;
}
.BgClassName
{
background-color: #069293;
}
</style>
border-color css
<style>
span { border-color: #069293; }
span { border-color: rgb(6,146,147); }
td.TdClassName
{
border-color: #069293;
}
.TagClassName
{
border-color: #069293;
}
</style>