Shades of Deep Teal #063931
Tints of Deep Teal #063931
RGB
CMYK
RGB Variations
Color information
#063931 (or 0x063931) is known color: Deep Teal. HEX triplet: 06, 39 and 31. RGB value is (6,57,49). Sum of RGB (Red+Green+Blue) = 6+57+49=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #063931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063931 is #F9C6CE. Grayscale: #282828. Windows color (decimal): -16369359 or 3225862. OLE color: 3225862.
HSL color Cylindrical-coordinate representation of color #063931: hue angle of 170.59º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063931 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 57 | 49 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.78 |
| HSL | 170.59º | 0.81% | 0.12% | - |
| HSV(B) | 170.59º | 0.89% | 0.22% | - |
| XYZ | 2.09 | 3.19 | 3.41 | - |
| YUV | 40.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 49 | 0.89 | 0 | 0.14 | 0.78 | 170.59 | 0.81 | 0.12 |
| Hex | 6 | 39 | 31 | 59 | 0 | E | 4E | AB | 51 | C |
| Octal | 6 | 71 | 61 | 131 | 0 | 16 | 116 | 253 | 121 | 14 |
| Binary | 110 | 111001 | 110001 | 1011001 | 0 | 1110 | 1001110 | 10101011 | 1010001 | 1100 |
Color Harmonies of #063931
Complementary color
Monochromatic Colors of #063931
Black with #063931
Text Example
Text Example
White with #063931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063931; }
p { color: rgb(6,57,49); }
H1.HeaderClassName
{
color: #063931;
}
.AnyTagClassName
{
color: #063931;
}
</style>
background-color css
<style>
a { background-color: #063931; }
a { background-color: rgb(6,57,49); }
div.DivClassName
{
background-color: #063931;
}
.BgClassName
{
background-color: #063931;
}
</style>
border-color css
<style>
span { border-color: #063931; }
span { border-color: rgb(6,57,49); }
td.TdClassName
{
border-color: #063931;
}
.TagClassName
{
border-color: #063931;
}
</style>