Shades of Dark Cyan #068883
Tints of Dark Cyan #068883
RGB
CMYK
RGB Variations
Color information
#068883 (or 0x068883) is known color: Dark Cyan. HEX triplet: 06, 88 and 83. RGB value is (6,136,131). Sum of RGB (Red+Green+Blue) = 6+136+131=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #068883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068883 is #F9777C. Grayscale: #606060. Windows color (decimal): -16349053 or 8620038. OLE color: 8620038.
HSL color Cylindrical-coordinate representation of color #068883: hue angle of 177.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068883 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 131 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.47 |
| HSL | 177.69º | 0.92% | 0.28% | - |
| HSV(B) | 177.69º | 0.96% | 0.53% | - |
| XYZ | 12.98 | 19.29 | 24.51 | - |
| YUV | 96.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 131 | 0.96 | 0 | 0.04 | 0.47 | 177.69 | 0.92 | 0.28 |
| Hex | 6 | 88 | 83 | 60 | 0 | 4 | 2F | B2 | 5C | 1C |
| Octal | 6 | 210 | 203 | 140 | 0 | 4 | 57 | 262 | 134 | 34 |
| Binary | 110 | 10001000 | 10000011 | 1100000 | 0 | 100 | 101111 | 10110010 | 1011100 | 11100 |
Color Harmonies of #068883
Complementary color
Monochromatic Colors of #068883
Black with #068883
Text Example
Text Example
White with #068883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068883; }
p { color: rgb(6,136,131); }
H1.HeaderClassName
{
color: #068883;
}
.AnyTagClassName
{
color: #068883;
}
</style>
background-color css
<style>
a { background-color: #068883; }
a { background-color: rgb(6,136,131); }
div.DivClassName
{
background-color: #068883;
}
.BgClassName
{
background-color: #068883;
}
</style>
border-color css
<style>
span { border-color: #068883; }
span { border-color: rgb(6,136,131); }
td.TdClassName
{
border-color: #068883;
}
.TagClassName
{
border-color: #068883;
}
</style>