Shades of Dark Cyan #068A92
Tints of Dark Cyan #068A92
RGB
CMYK
RGB Variations
Color information
#068A92 (or 0x068A92) is known color: Dark Cyan. HEX triplet: 06, 8A and 92. RGB value is (6,138,146). Sum of RGB (Red+Green+Blue) = 6+138+146=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #068A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A92 is #F9756D. Grayscale: #636363. Windows color (decimal): -16348526 or 9603590. OLE color: 9603590.
HSL color Cylindrical-coordinate representation of color #068A92: hue angle of 183.43º 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 #068A92 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 138 | 146 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.43 |
| HSL | 183.43º | 0.92% | 0.3% | - |
| HSV(B) | 183.43º | 0.96% | 0.57% | - |
| XYZ | 14.35 | 20.29 | 30.35 | - |
| YUV | 99.44 | 154.27 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 146 | 0.96 | 0.05 | 0 | 0.43 | 183.43 | 0.92 | 0.3 |
| Hex | 6 | 8A | 92 | 60 | 5 | 0 | 2B | B7 | 5C | 1E |
| Octal | 6 | 212 | 222 | 140 | 5 | 0 | 53 | 267 | 134 | 36 |
| Binary | 110 | 10001010 | 10010010 | 1100000 | 101 | 0 | 101011 | 10110111 | 1011100 | 11110 |
Color Harmonies of #068A92
Complementary color
Monochromatic Colors of #068A92
Black with #068A92
Text Example
Text Example
White with #068A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A92; }
p { color: rgb(6,138,146); }
H1.HeaderClassName
{
color: #068A92;
}
.AnyTagClassName
{
color: #068A92;
}
</style>
background-color css
<style>
a { background-color: #068A92; }
a { background-color: rgb(6,138,146); }
div.DivClassName
{
background-color: #068A92;
}
.BgClassName
{
background-color: #068A92;
}
</style>
border-color css
<style>
span { border-color: #068A92; }
span { border-color: rgb(6,138,146); }
td.TdClassName
{
border-color: #068A92;
}
.TagClassName
{
border-color: #068A92;
}
</style>