Shades of Dark Cyan #06907F
Tints of Dark Cyan #06907F
RGB
CMYK
RGB Variations
Color information
#06907F (or 0x06907F) is known color: Dark Cyan. HEX triplet: 06, 90 and 7F. RGB value is (6,144,127). Sum of RGB (Red+Green+Blue) = 6+144+127=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #06907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907F is #F96F80. Grayscale: #646464. Windows color (decimal): -16347009 or 8359942. OLE color: 8359942.
HSL color Cylindrical-coordinate representation of color #06907F: hue angle of 172.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06907F is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 127 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.44 |
| HSL | 172.61º | 0.92% | 0.29% | - |
| HSV(B) | 172.61º | 0.96% | 0.56% | - |
| XYZ | 13.88 | 21.52 | 23.5 | - |
| YUV | 100.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 127 | 0.96 | 0 | 0.12 | 0.44 | 172.61 | 0.92 | 0.29 |
| Hex | 6 | 90 | 7F | 60 | 0 | C | 2C | AD | 5C | 1D |
| Octal | 6 | 220 | 177 | 140 | 0 | 14 | 54 | 255 | 134 | 35 |
| Binary | 110 | 10010000 | 1111111 | 1100000 | 0 | 1100 | 101100 | 10101101 | 1011100 | 11101 |
Color Harmonies of #06907F
Complementary color
Monochromatic Colors of #06907F
Black with #06907F
Text Example
Text Example
White with #06907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06907F; }
p { color: rgb(6,144,127); }
H1.HeaderClassName
{
color: #06907F;
}
.AnyTagClassName
{
color: #06907F;
}
</style>
background-color css
<style>
a { background-color: #06907F; }
a { background-color: rgb(6,144,127); }
div.DivClassName
{
background-color: #06907F;
}
.BgClassName
{
background-color: #06907F;
}
</style>
border-color css
<style>
span { border-color: #06907F; }
span { border-color: rgb(6,144,127); }
td.TdClassName
{
border-color: #06907F;
}
.TagClassName
{
border-color: #06907F;
}
</style>