Shades of Dark Cyan #06938E
Tints of Dark Cyan #06938E
RGB
CMYK
RGB Variations
Color information
#06938E (or 0x06938E) is known color: Dark Cyan. HEX triplet: 06, 93 and 8E. RGB value is (6,147,142). Sum of RGB (Red+Green+Blue) = 6+147+142=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #06938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06938E is #F96C71. Grayscale: #686868. Windows color (decimal): -16346226 or 9343750. OLE color: 9343750.
HSL color Cylindrical-coordinate representation of color #06938E: hue angle of 177.87º 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 #06938E is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 142 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.42 |
| HSL | 177.87º | 0.92% | 0.3% | - |
| HSV(B) | 177.87º | 0.96% | 0.58% | - |
| XYZ | 15.39 | 22.86 | 29.19 | - |
| YUV | 104.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 142 | 0.96 | 0 | 0.03 | 0.42 | 177.87 | 0.92 | 0.3 |
| Hex | 6 | 93 | 8E | 60 | 0 | 3 | 2A | B2 | 5C | 1E |
| Octal | 6 | 223 | 216 | 140 | 0 | 3 | 52 | 262 | 134 | 36 |
| Binary | 110 | 10010011 | 10001110 | 1100000 | 0 | 11 | 101010 | 10110010 | 1011100 | 11110 |
Color Harmonies of #06938E
Complementary color
Monochromatic Colors of #06938E
Black with #06938E
Text Example
Text Example
White with #06938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06938E; }
p { color: rgb(6,147,142); }
H1.HeaderClassName
{
color: #06938E;
}
.AnyTagClassName
{
color: #06938E;
}
</style>
background-color css
<style>
a { background-color: #06938E; }
a { background-color: rgb(6,147,142); }
div.DivClassName
{
background-color: #06938E;
}
.BgClassName
{
background-color: #06938E;
}
</style>
border-color css
<style>
span { border-color: #06938E; }
span { border-color: rgb(6,147,142); }
td.TdClassName
{
border-color: #06938E;
}
.TagClassName
{
border-color: #06938E;
}
</style>