Shades of Dark Cyan #06988B
Tints of Dark Cyan #06988B
RGB
CMYK
RGB Variations
Color information
#06988B (or 0x06988B) is known color: Dark Cyan. HEX triplet: 06, 98 and 8B. RGB value is (6,152,139). Sum of RGB (Red+Green+Blue) = 6+152+139=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #06988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06988B is #F96774. Grayscale: #6A6A6A. Windows color (decimal): -16344949 or 9148422. OLE color: 9148422.
HSL color Cylindrical-coordinate representation of color #06988B: hue angle of 174.66º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06988B is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 139 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.40 |
| HSL | 174.66º | 0.92% | 0.31% | - |
| HSV(B) | 174.66º | 0.96% | 0.6% | - |
| XYZ | 15.96 | 24.36 | 28.29 | - |
| YUV | 106.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 139 | 0.96 | 0 | 0.09 | 0.40 | 174.66 | 0.92 | 0.31 |
| Hex | 6 | 98 | 8B | 60 | 0 | 9 | 28 | AF | 5C | 1F |
| Octal | 6 | 230 | 213 | 140 | 0 | 11 | 50 | 257 | 134 | 37 |
| Binary | 110 | 10011000 | 10001011 | 1100000 | 0 | 1001 | 101000 | 10101111 | 1011100 | 11111 |
Color Harmonies of #06988B
Complementary color
Monochromatic Colors of #06988B
Black with #06988B
Text Example
Text Example
White with #06988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06988B; }
p { color: rgb(6,152,139); }
H1.HeaderClassName
{
color: #06988B;
}
.AnyTagClassName
{
color: #06988B;
}
</style>
background-color css
<style>
a { background-color: #06988B; }
a { background-color: rgb(6,152,139); }
div.DivClassName
{
background-color: #06988B;
}
.BgClassName
{
background-color: #06988B;
}
</style>
border-color css
<style>
span { border-color: #06988B; }
span { border-color: rgb(6,152,139); }
td.TdClassName
{
border-color: #06988B;
}
.TagClassName
{
border-color: #06988B;
}
</style>