Shades of Swamp #062021
Tints of Swamp #062021
RGB
CMYK
RGB Variations
Color information
#062021 (or 0x062021) is known color: Swamp. HEX triplet: 06, 20 and 21. RGB value is (6,32,33). Sum of RGB (Red+Green+Blue) = 6+32+33=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #062021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062021 is #F9DFDE. Grayscale: #181818. Windows color (decimal): -16375775 or 2170886. OLE color: 2170886.
HSL color Cylindrical-coordinate representation of color #062021: hue angle of 182.22º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062021 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 33 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.87 |
| HSL | 182.22º | 0.69% | 0.08% | - |
| HSV(B) | 182.22º | 0.82% | 0.13% | - |
| XYZ | 0.87 | 1.18 | 1.62 | - |
| YUV | 24.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 33 | 0.82 | 0.03 | 0 | 0.87 | 182.22 | 0.69 | 0.08 |
| Hex | 6 | 20 | 21 | 52 | 3 | 0 | 57 | B6 | 45 | 8 |
| Octal | 6 | 40 | 41 | 122 | 3 | 0 | 127 | 266 | 105 | 10 |
| Binary | 110 | 100000 | 100001 | 1010010 | 11 | 0 | 1010111 | 10110110 | 1000101 | 1000 |
Color Harmonies of #062021
Complementary color
Monochromatic Colors of #062021
Black with #062021
Text Example
Text Example
White with #062021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062021; }
p { color: rgb(6,32,33); }
H1.HeaderClassName
{
color: #062021;
}
.AnyTagClassName
{
color: #062021;
}
</style>
background-color css
<style>
a { background-color: #062021; }
a { background-color: rgb(6,32,33); }
div.DivClassName
{
background-color: #062021;
}
.BgClassName
{
background-color: #062021;
}
</style>
border-color css
<style>
span { border-color: #062021; }
span { border-color: rgb(6,32,33); }
td.TdClassName
{
border-color: #062021;
}
.TagClassName
{
border-color: #062021;
}
</style>