Shades of Dark Cyan #06878B
Tints of Dark Cyan #06878B
RGB
CMYK
RGB Variations
Color information
#06878B (or 0x06878B) is known color: Dark Cyan. HEX triplet: 06, 87 and 8B. RGB value is (6,135,139). Sum of RGB (Red+Green+Blue) = 6+135+139=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #06878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06878B is #F97874. Grayscale: #606060. Windows color (decimal): -16349301 or 9144070. OLE color: 9144070.
HSL color Cylindrical-coordinate representation of color #06878B: hue angle of 181.8º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06878B is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 135 | 139 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.45 |
| HSL | 181.8º | 0.92% | 0.28% | - |
| HSV(B) | 181.8º | 0.96% | 0.55% | - |
| XYZ | 13.4 | 19.23 | 27.43 | - |
| YUV | 96.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 139 | 0.96 | 0.03 | 0 | 0.45 | 181.8 | 0.92 | 0.28 |
| Hex | 6 | 87 | 8B | 60 | 3 | 0 | 2D | B6 | 5C | 1C |
| Octal | 6 | 207 | 213 | 140 | 3 | 0 | 55 | 266 | 134 | 34 |
| Binary | 110 | 10000111 | 10001011 | 1100000 | 11 | 0 | 101101 | 10110110 | 1011100 | 11100 |
Color Harmonies of #06878B
Complementary color
Monochromatic Colors of #06878B
Black with #06878B
Text Example
Text Example
White with #06878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06878B; }
p { color: rgb(6,135,139); }
H1.HeaderClassName
{
color: #06878B;
}
.AnyTagClassName
{
color: #06878B;
}
</style>
background-color css
<style>
a { background-color: #06878B; }
a { background-color: rgb(6,135,139); }
div.DivClassName
{
background-color: #06878B;
}
.BgClassName
{
background-color: #06878B;
}
</style>
border-color css
<style>
span { border-color: #06878B; }
span { border-color: rgb(6,135,139); }
td.TdClassName
{
border-color: #06878B;
}
.TagClassName
{
border-color: #06878B;
}
</style>