Shades of Deep Sea #06865D
Tints of Deep Sea #06865D
RGB
CMYK
RGB Variations
Color information
#06865D (or 0x06865D) is known color: Deep Sea. HEX triplet: 06, 86 and 5D. RGB value is (6,134,93). Sum of RGB (Red+Green+Blue) = 6+134+93=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #06865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06865D is #F979A2. Grayscale: #5B5B5B. Windows color (decimal): -16349603 or 6129158. OLE color: 6129158.
HSL color Cylindrical-coordinate representation of color #06865D: hue angle of 160.78º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06865D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 93 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.47 |
| HSL | 160.78º | 0.91% | 0.27% | - |
| HSV(B) | 160.78º | 0.96% | 0.53% | - |
| XYZ | 10.58 | 17.88 | 13.25 | - |
| YUV | 91.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 93 | 0.96 | 0 | 0.31 | 0.47 | 160.78 | 0.91 | 0.27 |
| Hex | 6 | 86 | 5D | 60 | 0 | 1F | 2F | A1 | 5B | 1B |
| Octal | 6 | 206 | 135 | 140 | 0 | 37 | 57 | 241 | 133 | 33 |
| Binary | 110 | 10000110 | 1011101 | 1100000 | 0 | 11111 | 101111 | 10100001 | 1011011 | 11011 |
Color Harmonies of #06865D
Complementary color
Monochromatic Colors of #06865D
Black with #06865D
Text Example
Text Example
White with #06865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06865D; }
p { color: rgb(6,134,93); }
H1.HeaderClassName
{
color: #06865D;
}
.AnyTagClassName
{
color: #06865D;
}
</style>
background-color css
<style>
a { background-color: #06865D; }
a { background-color: rgb(6,134,93); }
div.DivClassName
{
background-color: #06865D;
}
.BgClassName
{
background-color: #06865D;
}
</style>
border-color css
<style>
span { border-color: #06865D; }
span { border-color: rgb(6,134,93); }
td.TdClassName
{
border-color: #06865D;
}
.TagClassName
{
border-color: #06865D;
}
</style>