Shades of Dark Cyan #06808D
Tints of Dark Cyan #06808D
RGB
CMYK
RGB Variations
Color information
#06808D (or 0x06808D) is known color: Dark Cyan. HEX triplet: 06, 80 and 8D. RGB value is (6,128,141). Sum of RGB (Red+Green+Blue) = 6+128+141=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #06808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06808D is #F97F72. Grayscale: #5C5C5C. Windows color (decimal): -16351091 or 9273350. OLE color: 9273350.
HSL color Cylindrical-coordinate representation of color #06808D: hue angle of 185.78º 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 #06808D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 128 | 141 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.45 |
| HSL | 185.78º | 0.92% | 0.29% | - |
| HSV(B) | 185.78º | 0.96% | 0.55% | - |
| XYZ | 12.6 | 17.4 | 27.89 | - |
| YUV | 93 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 141 | 0.96 | 0.09 | 0 | 0.45 | 185.78 | 0.92 | 0.29 |
| Hex | 6 | 80 | 8D | 60 | 9 | 0 | 2D | BA | 5C | 1D |
| Octal | 6 | 200 | 215 | 140 | 11 | 0 | 55 | 272 | 134 | 35 |
| Binary | 110 | 10000000 | 10001101 | 1100000 | 1001 | 0 | 101101 | 10111010 | 1011100 | 11101 |
Color Harmonies of #06808D
Complementary color
Monochromatic Colors of #06808D
Black with #06808D
Text Example
Text Example
White with #06808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06808D; }
p { color: rgb(6,128,141); }
H1.HeaderClassName
{
color: #06808D;
}
.AnyTagClassName
{
color: #06808D;
}
</style>
background-color css
<style>
a { background-color: #06808D; }
a { background-color: rgb(6,128,141); }
div.DivClassName
{
background-color: #06808D;
}
.BgClassName
{
background-color: #06808D;
}
</style>
border-color css
<style>
span { border-color: #06808D; }
span { border-color: rgb(6,128,141); }
td.TdClassName
{
border-color: #06808D;
}
.TagClassName
{
border-color: #06808D;
}
</style>