Shades of Dark Cyan #06958B
Tints of Dark Cyan #06958B
RGB
CMYK
RGB Variations
Color information
#06958B (or 0x06958B) is known color: Dark Cyan. HEX triplet: 06, 95 and 8B. RGB value is (6,149,139). Sum of RGB (Red+Green+Blue) = 6+149+139=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #06958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06958B is #F96A74. Grayscale: #696969. Windows color (decimal): -16345717 or 9147654. OLE color: 9147654.
HSL color Cylindrical-coordinate representation of color #06958B: hue angle of 175.8º 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 #06958B is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 139 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.42 |
| HSL | 175.8º | 0.92% | 0.3% | - |
| HSV(B) | 175.8º | 0.96% | 0.58% | - |
| XYZ | 15.48 | 23.4 | 28.13 | - |
| YUV | 105.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 139 | 0.96 | 0 | 0.07 | 0.42 | 175.8 | 0.92 | 0.3 |
| Hex | 6 | 95 | 8B | 60 | 0 | 7 | 2A | B0 | 5C | 1E |
| Octal | 6 | 225 | 213 | 140 | 0 | 7 | 52 | 260 | 134 | 36 |
| Binary | 110 | 10010101 | 10001011 | 1100000 | 0 | 111 | 101010 | 10110000 | 1011100 | 11110 |
Color Harmonies of #06958B
Complementary color
Monochromatic Colors of #06958B
Black with #06958B
Text Example
Text Example
White with #06958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06958B; }
p { color: rgb(6,149,139); }
H1.HeaderClassName
{
color: #06958B;
}
.AnyTagClassName
{
color: #06958B;
}
</style>
background-color css
<style>
a { background-color: #06958B; }
a { background-color: rgb(6,149,139); }
div.DivClassName
{
background-color: #06958B;
}
.BgClassName
{
background-color: #06958B;
}
</style>
border-color css
<style>
span { border-color: #06958B; }
span { border-color: rgb(6,149,139); }
td.TdClassName
{
border-color: #06958B;
}
.TagClassName
{
border-color: #06958B;
}
</style>