Shades of Dark Cyan #06908A
Tints of Dark Cyan #06908A
RGB
CMYK
RGB Variations
Color information
#06908A (or 0x06908A) is known color: Dark Cyan. HEX triplet: 06, 90 and 8A. RGB value is (6,144,138). Sum of RGB (Red+Green+Blue) = 6+144+138=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #06908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06908A is #F96F75. Grayscale: #656565. Windows color (decimal): -16346998 or 9080838. OLE color: 9080838.
HSL color Cylindrical-coordinate representation of color #06908A: hue angle of 177.39º 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 #06908A is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 138 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.44 |
| HSL | 177.39º | 0.92% | 0.29% | - |
| HSV(B) | 177.39º | 0.96% | 0.56% | - |
| XYZ | 14.64 | 21.82 | 27.49 | - |
| YUV | 102.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 138 | 0.96 | 0 | 0.04 | 0.44 | 177.39 | 0.92 | 0.29 |
| Hex | 6 | 90 | 8A | 60 | 0 | 4 | 2C | B1 | 5C | 1D |
| Octal | 6 | 220 | 212 | 140 | 0 | 4 | 54 | 261 | 134 | 35 |
| Binary | 110 | 10010000 | 10001010 | 1100000 | 0 | 100 | 101100 | 10110001 | 1011100 | 11101 |
Color Harmonies of #06908A
Complementary color
Monochromatic Colors of #06908A
Black with #06908A
Text Example
Text Example
White with #06908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06908A; }
p { color: rgb(6,144,138); }
H1.HeaderClassName
{
color: #06908A;
}
.AnyTagClassName
{
color: #06908A;
}
</style>
background-color css
<style>
a { background-color: #06908A; }
a { background-color: rgb(6,144,138); }
div.DivClassName
{
background-color: #06908A;
}
.BgClassName
{
background-color: #06908A;
}
</style>
border-color css
<style>
span { border-color: #06908A; }
span { border-color: rgb(6,144,138); }
td.TdClassName
{
border-color: #06908A;
}
.TagClassName
{
border-color: #06908A;
}
</style>