Shades of Dark Cyan #06908C
Tints of Dark Cyan #06908C
RGB
CMYK
RGB Variations
Color information
#06908C (or 0x06908C) is known color: Dark Cyan. HEX triplet: 06, 90 and 8C. RGB value is (6,144,140). Sum of RGB (Red+Green+Blue) = 6+144+140=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #06908C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06908C is #F96F73. Grayscale: #666666. Windows color (decimal): -16346996 or 9211910. OLE color: 9211910.
HSL color Cylindrical-coordinate representation of color #06908C: hue angle of 178.26º 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 #06908C is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 140 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.44 |
| HSL | 178.26º | 0.92% | 0.29% | - |
| HSV(B) | 178.26º | 0.96% | 0.56% | - |
| XYZ | 14.78 | 21.88 | 28.25 | - |
| YUV | 102.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 140 | 0.96 | 0 | 0.03 | 0.44 | 178.26 | 0.92 | 0.29 |
| Hex | 6 | 90 | 8C | 60 | 0 | 3 | 2C | B2 | 5C | 1D |
| Octal | 6 | 220 | 214 | 140 | 0 | 3 | 54 | 262 | 134 | 35 |
| Binary | 110 | 10010000 | 10001100 | 1100000 | 0 | 11 | 101100 | 10110010 | 1011100 | 11101 |
Color Harmonies of #06908C
Complementary color
Monochromatic Colors of #06908C
Black with #06908C
Text Example
Text Example
White with #06908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06908C; }
p { color: rgb(6,144,140); }
H1.HeaderClassName
{
color: #06908C;
}
.AnyTagClassName
{
color: #06908C;
}
</style>
background-color css
<style>
a { background-color: #06908C; }
a { background-color: rgb(6,144,140); }
div.DivClassName
{
background-color: #06908C;
}
.BgClassName
{
background-color: #06908C;
}
</style>
border-color css
<style>
span { border-color: #06908C; }
span { border-color: rgb(6,144,140); }
td.TdClassName
{
border-color: #06908C;
}
.TagClassName
{
border-color: #06908C;
}
</style>