Shades of Dark Cyan #06838B
Tints of Dark Cyan #06838B
RGB
CMYK
RGB Variations
Color information
#06838B (or 0x06838B) is known color: Dark Cyan. HEX triplet: 06, 83 and 8B. RGB value is (6,131,139). Sum of RGB (Red+Green+Blue) = 6+131+139=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #06838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06838B is #F97C74. Grayscale: #5E5E5E. Windows color (decimal): -16350325 or 9143046. OLE color: 9143046.
HSL color Cylindrical-coordinate representation of color #06838B: hue angle of 183.61º 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 #06838B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 131 | 139 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.45 |
| HSL | 183.61º | 0.92% | 0.28% | - |
| HSV(B) | 183.61º | 0.96% | 0.55% | - |
| XYZ | 12.85 | 18.14 | 27.25 | - |
| YUV | 94.54 | 153.09 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 139 | 0.96 | 0.06 | 0 | 0.45 | 183.61 | 0.92 | 0.28 |
| Hex | 6 | 83 | 8B | 60 | 6 | 0 | 2D | B8 | 5C | 1C |
| Octal | 6 | 203 | 213 | 140 | 6 | 0 | 55 | 270 | 134 | 34 |
| Binary | 110 | 10000011 | 10001011 | 1100000 | 110 | 0 | 101101 | 10111000 | 1011100 | 11100 |
Color Harmonies of #06838B
Complementary color
Monochromatic Colors of #06838B
Black with #06838B
Text Example
Text Example
White with #06838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06838B; }
p { color: rgb(6,131,139); }
H1.HeaderClassName
{
color: #06838B;
}
.AnyTagClassName
{
color: #06838B;
}
</style>
background-color css
<style>
a { background-color: #06838B; }
a { background-color: rgb(6,131,139); }
div.DivClassName
{
background-color: #06838B;
}
.BgClassName
{
background-color: #06838B;
}
</style>
border-color css
<style>
span { border-color: #06838B; }
span { border-color: rgb(6,131,139); }
td.TdClassName
{
border-color: #06838B;
}
.TagClassName
{
border-color: #06838B;
}
</style>