Shades of Swamp #06292B
Tints of Swamp #06292B
RGB
CMYK
RGB Variations
Color information
#06292B (or 0x06292B) is known color: Swamp. HEX triplet: 06, 29 and 2B. RGB value is (6,41,43). Sum of RGB (Red+Green+Blue) = 6+41+43=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #06292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292B is #F9D6D4. Grayscale: #1E1E1E. Windows color (decimal): -16373461 or 2828550. OLE color: 2828550.
HSL color Cylindrical-coordinate representation of color #06292B: hue angle of 183.24º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06292B is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 41 | 43 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.83 |
| HSL | 183.24º | 0.76% | 0.1% | - |
| HSV(B) | 183.24º | 0.86% | 0.17% | - |
| XYZ | 1.3 | 1.8 | 2.56 | - |
| YUV | 30.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 43 | 0.86 | 0.05 | 0 | 0.83 | 183.24 | 0.76 | 0.1 |
| Hex | 6 | 29 | 2B | 56 | 5 | 0 | 53 | B7 | 4C | A |
| Octal | 6 | 51 | 53 | 126 | 5 | 0 | 123 | 267 | 114 | 12 |
| Binary | 110 | 101001 | 101011 | 1010110 | 101 | 0 | 1010011 | 10110111 | 1001100 | 1010 |
Color Harmonies of #06292B
Complementary color
Monochromatic Colors of #06292B
Black with #06292B
Text Example
Text Example
White with #06292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06292B; }
p { color: rgb(6,41,43); }
H1.HeaderClassName
{
color: #06292B;
}
.AnyTagClassName
{
color: #06292B;
}
</style>
background-color css
<style>
a { background-color: #06292B; }
a { background-color: rgb(6,41,43); }
div.DivClassName
{
background-color: #06292B;
}
.BgClassName
{
background-color: #06292B;
}
</style>
border-color css
<style>
span { border-color: #06292B; }
span { border-color: rgb(6,41,43); }
td.TdClassName
{
border-color: #06292B;
}
.TagClassName
{
border-color: #06292B;
}
</style>