Shades of Dark Cyan #06858E
Tints of Dark Cyan #06858E
RGB
CMYK
RGB Variations
Color information
#06858E (or 0x06858E) is known color: Dark Cyan. HEX triplet: 06, 85 and 8E. RGB value is (6,133,142). Sum of RGB (Red+Green+Blue) = 6+133+142=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #06858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06858E is #F97A71. Grayscale: #5F5F5F. Windows color (decimal): -16349810 or 9340166. OLE color: 9340166.
HSL color Cylindrical-coordinate representation of color #06858E: hue angle of 183.97º 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 #06858E is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 133 | 142 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.44 |
| HSL | 183.97º | 0.92% | 0.29% | - |
| HSV(B) | 183.97º | 0.96% | 0.56% | - |
| XYZ | 13.35 | 18.77 | 28.51 | - |
| YUV | 96.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 142 | 0.96 | 0.06 | 0 | 0.44 | 183.97 | 0.92 | 0.29 |
| Hex | 6 | 85 | 8E | 60 | 6 | 0 | 2C | B8 | 5C | 1D |
| Octal | 6 | 205 | 216 | 140 | 6 | 0 | 54 | 270 | 134 | 35 |
| Binary | 110 | 10000101 | 10001110 | 1100000 | 110 | 0 | 101100 | 10111000 | 1011100 | 11101 |
Color Harmonies of #06858E
Complementary color
Monochromatic Colors of #06858E
Black with #06858E
Text Example
Text Example
White with #06858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06858E; }
p { color: rgb(6,133,142); }
H1.HeaderClassName
{
color: #06858E;
}
.AnyTagClassName
{
color: #06858E;
}
</style>
background-color css
<style>
a { background-color: #06858E; }
a { background-color: rgb(6,133,142); }
div.DivClassName
{
background-color: #06858E;
}
.BgClassName
{
background-color: #06858E;
}
</style>
border-color css
<style>
span { border-color: #06858E; }
span { border-color: rgb(6,133,142); }
td.TdClassName
{
border-color: #06858E;
}
.TagClassName
{
border-color: #06858E;
}
</style>