Shades of Dark Cyan #06808B
Tints of Dark Cyan #06808B
RGB
CMYK
RGB Variations
Color information
#06808B (or 0x06808B) is known color: Dark Cyan. HEX triplet: 06, 80 and 8B. RGB value is (6,128,139). Sum of RGB (Red+Green+Blue) = 6+128+139=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #06808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06808B is #F97F74. Grayscale: #5C5C5C. Windows color (decimal): -16351093 or 9142278. OLE color: 9142278.
HSL color Cylindrical-coordinate representation of color #06808B: hue angle of 184.96º 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 #06808B is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 128 | 139 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.45 |
| HSL | 184.96º | 0.92% | 0.28% | - |
| HSV(B) | 184.96º | 0.96% | 0.55% | - |
| XYZ | 12.45 | 17.34 | 27.12 | - |
| YUV | 92.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 139 | 0.96 | 0.08 | 0 | 0.45 | 184.96 | 0.92 | 0.28 |
| Hex | 6 | 80 | 8B | 60 | 8 | 0 | 2D | B9 | 5C | 1C |
| Octal | 6 | 200 | 213 | 140 | 10 | 0 | 55 | 271 | 134 | 34 |
| Binary | 110 | 10000000 | 10001011 | 1100000 | 1000 | 0 | 101101 | 10111001 | 1011100 | 11100 |
Color Harmonies of #06808B
Complementary color
Monochromatic Colors of #06808B
Black with #06808B
Text Example
Text Example
White with #06808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06808B; }
p { color: rgb(6,128,139); }
H1.HeaderClassName
{
color: #06808B;
}
.AnyTagClassName
{
color: #06808B;
}
</style>
background-color css
<style>
a { background-color: #06808B; }
a { background-color: rgb(6,128,139); }
div.DivClassName
{
background-color: #06808B;
}
.BgClassName
{
background-color: #06808B;
}
</style>
border-color css
<style>
span { border-color: #06808B; }
span { border-color: rgb(6,128,139); }
td.TdClassName
{
border-color: #06808B;
}
.TagClassName
{
border-color: #06808B;
}
</style>