Shades of Deep Teal #063330
Tints of Deep Teal #063330
RGB
CMYK
RGB Variations
Color information
#063330 (or 0x063330) is known color: Deep Teal. HEX triplet: 06, 33 and 30. RGB value is (6,51,48). Sum of RGB (Red+Green+Blue) = 6+51+48=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #063330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063330 is #F9CCCF. Grayscale: #252525. Windows color (decimal): -16370896 or 3158790. OLE color: 3158790.
HSL color Cylindrical-coordinate representation of color #063330: hue angle of 176º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063330 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 48 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.8 |
| HSL | 176º | 0.79% | 0.11% | - |
| HSV(B) | 176º | 0.88% | 0.2% | - |
| XYZ | 1.79 | 2.62 | 3.21 | - |
| YUV | 37.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 48 | 0.88 | 0 | 0.06 | 0.8 | 176 | 0.79 | 0.11 |
| Hex | 6 | 33 | 30 | 58 | 0 | 6 | 50 | B0 | 4F | B |
| Octal | 6 | 63 | 60 | 130 | 0 | 6 | 120 | 260 | 117 | 13 |
| Binary | 110 | 110011 | 110000 | 1011000 | 0 | 110 | 1010000 | 10110000 | 1001111 | 1011 |
Color Harmonies of #063330
Complementary color
Monochromatic Colors of #063330
Black with #063330
Text Example
Text Example
White with #063330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063330; }
p { color: rgb(6,51,48); }
H1.HeaderClassName
{
color: #063330;
}
.AnyTagClassName
{
color: #063330;
}
</style>
background-color css
<style>
a { background-color: #063330; }
a { background-color: rgb(6,51,48); }
div.DivClassName
{
background-color: #063330;
}
.BgClassName
{
background-color: #063330;
}
</style>
border-color css
<style>
span { border-color: #063330; }
span { border-color: rgb(6,51,48); }
td.TdClassName
{
border-color: #063330;
}
.TagClassName
{
border-color: #063330;
}
</style>