Shades of Dark Cyan #068A8E
Tints of Dark Cyan #068A8E
RGB
CMYK
RGB Variations
Color information
#068A8E (or 0x068A8E) is known color: Dark Cyan. HEX triplet: 06, 8A and 8E. RGB value is (6,138,142). Sum of RGB (Red+Green+Blue) = 6+138+142=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #068A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A8E is #F97571. Grayscale: #626262. Windows color (decimal): -16348530 or 9341446. OLE color: 9341446.
HSL color Cylindrical-coordinate representation of color #068A8E: hue angle of 181.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A8E is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 138 | 142 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.44 |
| HSL | 181.76º | 0.92% | 0.29% | - |
| HSV(B) | 181.76º | 0.96% | 0.56% | - |
| XYZ | 14.05 | 20.17 | 28.74 | - |
| YUV | 98.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 142 | 0.96 | 0.03 | 0 | 0.44 | 181.76 | 0.92 | 0.29 |
| Hex | 6 | 8A | 8E | 60 | 3 | 0 | 2C | B6 | 5C | 1D |
| Octal | 6 | 212 | 216 | 140 | 3 | 0 | 54 | 266 | 134 | 35 |
| Binary | 110 | 10001010 | 10001110 | 1100000 | 11 | 0 | 101100 | 10110110 | 1011100 | 11101 |
Color Harmonies of #068A8E
Complementary color
Monochromatic Colors of #068A8E
Black with #068A8E
Text Example
Text Example
White with #068A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A8E; }
p { color: rgb(6,138,142); }
H1.HeaderClassName
{
color: #068A8E;
}
.AnyTagClassName
{
color: #068A8E;
}
</style>
background-color css
<style>
a { background-color: #068A8E; }
a { background-color: rgb(6,138,142); }
div.DivClassName
{
background-color: #068A8E;
}
.BgClassName
{
background-color: #068A8E;
}
</style>
border-color css
<style>
span { border-color: #068A8E; }
span { border-color: rgb(6,138,142); }
td.TdClassName
{
border-color: #068A8E;
}
.TagClassName
{
border-color: #068A8E;
}
</style>