Shades of Deep Sea #06875B
Tints of Deep Sea #06875B
RGB
CMYK
RGB Variations
Color information
#06875B (or 0x06875B) is known color: Deep Sea. HEX triplet: 06, 87 and 5B. RGB value is (6,135,91). Sum of RGB (Red+Green+Blue) = 6+135+91=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #06875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06875B is #F978A4. Grayscale: #5B5B5B. Windows color (decimal): -16349349 or 5998342. OLE color: 5998342.
HSL color Cylindrical-coordinate representation of color #06875B: hue angle of 159.53º degrees, saturation: 0.91, 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 #06875B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 91 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.47 |
| HSL | 159.53º | 0.91% | 0.28% | - |
| HSV(B) | 159.53º | 0.96% | 0.53% | - |
| XYZ | 10.63 | 18.12 | 12.84 | - |
| YUV | 91.41 | 127.76 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 91 | 0.96 | 0 | 0.33 | 0.47 | 159.53 | 0.91 | 0.28 |
| Hex | 6 | 87 | 5B | 60 | 0 | 21 | 2F | A0 | 5B | 1C |
| Octal | 6 | 207 | 133 | 140 | 0 | 41 | 57 | 240 | 133 | 34 |
| Binary | 110 | 10000111 | 1011011 | 1100000 | 0 | 100001 | 101111 | 10100000 | 1011011 | 11100 |
Color Harmonies of #06875B
Complementary color
Monochromatic Colors of #06875B
Black with #06875B
Text Example
Text Example
White with #06875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06875B; }
p { color: rgb(6,135,91); }
H1.HeaderClassName
{
color: #06875B;
}
.AnyTagClassName
{
color: #06875B;
}
</style>
background-color css
<style>
a { background-color: #06875B; }
a { background-color: rgb(6,135,91); }
div.DivClassName
{
background-color: #06875B;
}
.BgClassName
{
background-color: #06875B;
}
</style>
border-color css
<style>
span { border-color: #06875B; }
span { border-color: rgb(6,135,91); }
td.TdClassName
{
border-color: #06875B;
}
.TagClassName
{
border-color: #06875B;
}
</style>