Shades of Dark Cyan #06858D
Tints of Dark Cyan #06858D
RGB
CMYK
RGB Variations
Color information
#06858D (or 0x06858D) is known color: Dark Cyan. HEX triplet: 06, 85 and 8D. RGB value is (6,133,141). Sum of RGB (Red+Green+Blue) = 6+133+141=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #06858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06858D is #F97A72. Grayscale: #5F5F5F. Windows color (decimal): -16349811 or 9274630. OLE color: 9274630.
HSL color Cylindrical-coordinate representation of color #06858D: hue angle of 183.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06858D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 133 | 141 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.45 |
| HSL | 183.56º | 0.92% | 0.29% | - |
| HSV(B) | 183.56º | 0.96% | 0.55% | - |
| XYZ | 13.27 | 18.74 | 28.12 | - |
| YUV | 95.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 141 | 0.96 | 0.06 | 0 | 0.45 | 183.56 | 0.92 | 0.29 |
| Hex | 6 | 85 | 8D | 60 | 6 | 0 | 2D | B8 | 5C | 1D |
| Octal | 6 | 205 | 215 | 140 | 6 | 0 | 55 | 270 | 134 | 35 |
| Binary | 110 | 10000101 | 10001101 | 1100000 | 110 | 0 | 101101 | 10111000 | 1011100 | 11101 |
Color Harmonies of #06858D
Complementary color
Monochromatic Colors of #06858D
Black with #06858D
Text Example
Text Example
White with #06858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06858D; }
p { color: rgb(6,133,141); }
H1.HeaderClassName
{
color: #06858D;
}
.AnyTagClassName
{
color: #06858D;
}
</style>
background-color css
<style>
a { background-color: #06858D; }
a { background-color: rgb(6,133,141); }
div.DivClassName
{
background-color: #06858D;
}
.BgClassName
{
background-color: #06858D;
}
</style>
border-color css
<style>
span { border-color: #06858D; }
span { border-color: rgb(6,133,141); }
td.TdClassName
{
border-color: #06858D;
}
.TagClassName
{
border-color: #06858D;
}
</style>