Shades of Deep Sea #06885E
Tints of Deep Sea #06885E
RGB
CMYK
RGB Variations
Color information
#06885E (or 0x06885E) is known color: Deep Sea. HEX triplet: 06, 88 and 5E. RGB value is (6,136,94). Sum of RGB (Red+Green+Blue) = 6+136+94=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #06885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06885E is #F977A1. Grayscale: #5C5C5C. Windows color (decimal): -16349090 or 6195206. OLE color: 6195206.
HSL color Cylindrical-coordinate representation of color #06885E: hue angle of 160.62º 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 #06885E is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 94 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.47 |
| HSL | 160.62º | 0.92% | 0.28% | - |
| HSV(B) | 160.62º | 0.96% | 0.53% | - |
| XYZ | 10.9 | 18.46 | 13.58 | - |
| YUV | 92.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 94 | 0.96 | 0 | 0.31 | 0.47 | 160.62 | 0.92 | 0.28 |
| Hex | 6 | 88 | 5E | 60 | 0 | 1F | 2F | A1 | 5C | 1C |
| Octal | 6 | 210 | 136 | 140 | 0 | 37 | 57 | 241 | 134 | 34 |
| Binary | 110 | 10001000 | 1011110 | 1100000 | 0 | 11111 | 101111 | 10100001 | 1011100 | 11100 |
Color Harmonies of #06885E
Complementary color
Monochromatic Colors of #06885E
Black with #06885E
Text Example
Text Example
White with #06885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06885E; }
p { color: rgb(6,136,94); }
H1.HeaderClassName
{
color: #06885E;
}
.AnyTagClassName
{
color: #06885E;
}
</style>
background-color css
<style>
a { background-color: #06885E; }
a { background-color: rgb(6,136,94); }
div.DivClassName
{
background-color: #06885E;
}
.BgClassName
{
background-color: #06885E;
}
</style>
border-color css
<style>
span { border-color: #06885E; }
span { border-color: rgb(6,136,94); }
td.TdClassName
{
border-color: #06885E;
}
.TagClassName
{
border-color: #06885E;
}
</style>