Shades of Dark Cyan #06968C
Tints of Dark Cyan #06968C
RGB
CMYK
RGB Variations
Color information
#06968C (or 0x06968C) is known color: Dark Cyan. HEX triplet: 06, 96 and 8C. RGB value is (6,150,140). Sum of RGB (Red+Green+Blue) = 6+150+140=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #06968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06968C is #F96973. Grayscale: #696969. Windows color (decimal): -16345460 or 9213446. OLE color: 9213446.
HSL color Cylindrical-coordinate representation of color #06968C: hue angle of 175.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06968C is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 140 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.41 |
| HSL | 175.83º | 0.92% | 0.31% | - |
| HSV(B) | 175.83º | 0.96% | 0.59% | - |
| XYZ | 15.72 | 23.74 | 28.57 | - |
| YUV | 105.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 140 | 0.96 | 0 | 0.07 | 0.41 | 175.83 | 0.92 | 0.31 |
| Hex | 6 | 96 | 8C | 60 | 0 | 7 | 29 | B0 | 5C | 1F |
| Octal | 6 | 226 | 214 | 140 | 0 | 7 | 51 | 260 | 134 | 37 |
| Binary | 110 | 10010110 | 10001100 | 1100000 | 0 | 111 | 101001 | 10110000 | 1011100 | 11111 |
Color Harmonies of #06968C
Complementary color
Monochromatic Colors of #06968C
Black with #06968C
Text Example
Text Example
White with #06968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06968C; }
p { color: rgb(6,150,140); }
H1.HeaderClassName
{
color: #06968C;
}
.AnyTagClassName
{
color: #06968C;
}
</style>
background-color css
<style>
a { background-color: #06968C; }
a { background-color: rgb(6,150,140); }
div.DivClassName
{
background-color: #06968C;
}
.BgClassName
{
background-color: #06968C;
}
</style>
border-color css
<style>
span { border-color: #06968C; }
span { border-color: rgb(6,150,140); }
td.TdClassName
{
border-color: #06968C;
}
.TagClassName
{
border-color: #06968C;
}
</style>