Shades of Dark Cyan #06948F
Tints of Dark Cyan #06948F
RGB
CMYK
RGB Variations
Color information
#06948F (or 0x06948F) is known color: Dark Cyan. HEX triplet: 06, 94 and 8F. RGB value is (6,148,143). Sum of RGB (Red+Green+Blue) = 6+148+143=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #06948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06948F is #F96B70. Grayscale: #686868. Windows color (decimal): -16345969 or 9409542. OLE color: 9409542.
HSL color Cylindrical-coordinate representation of color #06948F: hue angle of 177.89º 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 #06948F is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 143 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.42 |
| HSL | 177.89º | 0.92% | 0.3% | - |
| HSV(B) | 177.89º | 0.96% | 0.58% | - |
| XYZ | 15.62 | 23.2 | 29.64 | - |
| YUV | 104.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 143 | 0.96 | 0 | 0.03 | 0.42 | 177.89 | 0.92 | 0.3 |
| Hex | 6 | 94 | 8F | 60 | 0 | 3 | 2A | B2 | 5C | 1E |
| Octal | 6 | 224 | 217 | 140 | 0 | 3 | 52 | 262 | 134 | 36 |
| Binary | 110 | 10010100 | 10001111 | 1100000 | 0 | 11 | 101010 | 10110010 | 1011100 | 11110 |
Color Harmonies of #06948F
Complementary color
Monochromatic Colors of #06948F
Black with #06948F
Text Example
Text Example
White with #06948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06948F; }
p { color: rgb(6,148,143); }
H1.HeaderClassName
{
color: #06948F;
}
.AnyTagClassName
{
color: #06948F;
}
</style>
background-color css
<style>
a { background-color: #06948F; }
a { background-color: rgb(6,148,143); }
div.DivClassName
{
background-color: #06948F;
}
.BgClassName
{
background-color: #06948F;
}
</style>
border-color css
<style>
span { border-color: #06948F; }
span { border-color: rgb(6,148,143); }
td.TdClassName
{
border-color: #06948F;
}
.TagClassName
{
border-color: #06948F;
}
</style>