Shades of Dark Cyan #06918C
Tints of Dark Cyan #06918C
RGB
CMYK
RGB Variations
Color information
#06918C (or 0x06918C) is known color: Dark Cyan. HEX triplet: 06, 91 and 8C. RGB value is (6,145,140). Sum of RGB (Red+Green+Blue) = 6+145+140=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #06918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06918C is #F96E73. Grayscale: #666666. Windows color (decimal): -16346740 or 9212166. OLE color: 9212166.
HSL color Cylindrical-coordinate representation of color #06918C: hue angle of 177.84º 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 #06918C is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 140 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.43 |
| HSL | 177.84º | 0.92% | 0.3% | - |
| HSV(B) | 177.84º | 0.96% | 0.57% | - |
| XYZ | 14.93 | 22.18 | 28.31 | - |
| YUV | 102.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 140 | 0.96 | 0 | 0.03 | 0.43 | 177.84 | 0.92 | 0.3 |
| Hex | 6 | 91 | 8C | 60 | 0 | 3 | 2B | B2 | 5C | 1E |
| Octal | 6 | 221 | 214 | 140 | 0 | 3 | 53 | 262 | 134 | 36 |
| Binary | 110 | 10010001 | 10001100 | 1100000 | 0 | 11 | 101011 | 10110010 | 1011100 | 11110 |
Color Harmonies of #06918C
Complementary color
Monochromatic Colors of #06918C
Black with #06918C
Text Example
Text Example
White with #06918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06918C; }
p { color: rgb(6,145,140); }
H1.HeaderClassName
{
color: #06918C;
}
.AnyTagClassName
{
color: #06918C;
}
</style>
background-color css
<style>
a { background-color: #06918C; }
a { background-color: rgb(6,145,140); }
div.DivClassName
{
background-color: #06918C;
}
.BgClassName
{
background-color: #06918C;
}
</style>
border-color css
<style>
span { border-color: #06918C; }
span { border-color: rgb(6,145,140); }
td.TdClassName
{
border-color: #06918C;
}
.TagClassName
{
border-color: #06918C;
}
</style>