Shades of Dark Cyan #06968A
Tints of Dark Cyan #06968A
RGB
CMYK
RGB Variations
Color information
#06968A (or 0x06968A) is known color: Dark Cyan. HEX triplet: 06, 96 and 8A. RGB value is (6,150,138). Sum of RGB (Red+Green+Blue) = 6+150+138=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #06968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06968A is #F96975. Grayscale: #696969. Windows color (decimal): -16345462 or 9082374. OLE color: 9082374.
HSL color Cylindrical-coordinate representation of color #06968A: hue angle of 175º 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 #06968A is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 138 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.41 |
| HSL | 175º | 0.92% | 0.31% | - |
| HSV(B) | 175º | 0.96% | 0.59% | - |
| XYZ | 15.57 | 23.69 | 27.8 | - |
| YUV | 105.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 138 | 0.96 | 0 | 0.08 | 0.41 | 175 | 0.92 | 0.31 |
| Hex | 6 | 96 | 8A | 60 | 0 | 8 | 29 | AF | 5C | 1F |
| Octal | 6 | 226 | 212 | 140 | 0 | 10 | 51 | 257 | 134 | 37 |
| Binary | 110 | 10010110 | 10001010 | 1100000 | 0 | 1000 | 101001 | 10101111 | 1011100 | 11111 |
Color Harmonies of #06968A
Complementary color
Monochromatic Colors of #06968A
Black with #06968A
Text Example
Text Example
White with #06968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06968A; }
p { color: rgb(6,150,138); }
H1.HeaderClassName
{
color: #06968A;
}
.AnyTagClassName
{
color: #06968A;
}
</style>
background-color css
<style>
a { background-color: #06968A; }
a { background-color: rgb(6,150,138); }
div.DivClassName
{
background-color: #06968A;
}
.BgClassName
{
background-color: #06968A;
}
</style>
border-color css
<style>
span { border-color: #06968A; }
span { border-color: rgb(6,150,138); }
td.TdClassName
{
border-color: #06968A;
}
.TagClassName
{
border-color: #06968A;
}
</style>