Shades of Swamp #06282B
Tints of Swamp #06282B
RGB
CMYK
RGB Variations
Color information
#06282B (or 0x06282B) is known color: Swamp. HEX triplet: 06, 28 and 2B. RGB value is (6,40,43). Sum of RGB (Red+Green+Blue) = 6+40+43=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #06282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282B is #F9D7D4. Grayscale: #1E1E1E. Windows color (decimal): -16373717 or 2828294. OLE color: 2828294.
HSL color Cylindrical-coordinate representation of color #06282B: hue angle of 184.86º 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 #06282B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 40 | 43 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.83 |
| HSL | 184.86º | 0.76% | 0.1% | - |
| HSV(B) | 184.86º | 0.86% | 0.17% | - |
| XYZ | 1.27 | 1.73 | 2.55 | - |
| YUV | 30.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 43 | 0.86 | 0.07 | 0 | 0.83 | 184.86 | 0.76 | 0.1 |
| Hex | 6 | 28 | 2B | 56 | 7 | 0 | 53 | B9 | 4C | A |
| Octal | 6 | 50 | 53 | 126 | 7 | 0 | 123 | 271 | 114 | 12 |
| Binary | 110 | 101000 | 101011 | 1010110 | 111 | 0 | 1010011 | 10111001 | 1001100 | 1010 |
Color Harmonies of #06282B
Complementary color
Monochromatic Colors of #06282B
Black with #06282B
Text Example
Text Example
White with #06282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06282B; }
p { color: rgb(6,40,43); }
H1.HeaderClassName
{
color: #06282B;
}
.AnyTagClassName
{
color: #06282B;
}
</style>
background-color css
<style>
a { background-color: #06282B; }
a { background-color: rgb(6,40,43); }
div.DivClassName
{
background-color: #06282B;
}
.BgClassName
{
background-color: #06282B;
}
</style>
border-color css
<style>
span { border-color: #06282B; }
span { border-color: rgb(6,40,43); }
td.TdClassName
{
border-color: #06282B;
}
.TagClassName
{
border-color: #06282B;
}
</style>