Shades of Dark Cyan #068B92
Tints of Dark Cyan #068B92
RGB
CMYK
RGB Variations
Color information
#068B92 (or 0x068B92) is known color: Dark Cyan. HEX triplet: 06, 8B and 92. RGB value is (6,139,146). Sum of RGB (Red+Green+Blue) = 6+139+146=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #068B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B92 is #F9746D. Grayscale: #636363. Windows color (decimal): -16348270 or 9603846. OLE color: 9603846.
HSL color Cylindrical-coordinate representation of color #068B92: hue angle of 183º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B92 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 139 | 146 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.43 |
| HSL | 183º | 0.92% | 0.3% | - |
| HSV(B) | 183º | 0.96% | 0.57% | - |
| XYZ | 14.5 | 20.58 | 30.4 | - |
| YUV | 100.03 | 153.94 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 146 | 0.96 | 0.05 | 0 | 0.43 | 183 | 0.92 | 0.3 |
| Hex | 6 | 8B | 92 | 60 | 5 | 0 | 2B | B7 | 5C | 1E |
| Octal | 6 | 213 | 222 | 140 | 5 | 0 | 53 | 267 | 134 | 36 |
| Binary | 110 | 10001011 | 10010010 | 1100000 | 101 | 0 | 101011 | 10110111 | 1011100 | 11110 |
Color Harmonies of #068B92
Complementary color
Monochromatic Colors of #068B92
Black with #068B92
Text Example
Text Example
White with #068B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B92; }
p { color: rgb(6,139,146); }
H1.HeaderClassName
{
color: #068B92;
}
.AnyTagClassName
{
color: #068B92;
}
</style>
background-color css
<style>
a { background-color: #068B92; }
a { background-color: rgb(6,139,146); }
div.DivClassName
{
background-color: #068B92;
}
.BgClassName
{
background-color: #068B92;
}
</style>
border-color css
<style>
span { border-color: #068B92; }
span { border-color: rgb(6,139,146); }
td.TdClassName
{
border-color: #068B92;
}
.TagClassName
{
border-color: #068B92;
}
</style>