Shades of Storm Dust #6A6861
Tints of Storm Dust #6A6861
RGB
CMYK
RGB Variations
Color information
#6A6861 (or 0x6A6861) is known color: Storm Dust. HEX triplet: 6A, 68 and 61. RGB value is (106,104,97). Sum of RGB (Red+Green+Blue) = 106+104+97=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6861 is #95979E. Grayscale: #676767. Windows color (decimal): -9803679 or 6383722. OLE color: 6383722.
HSL color Cylindrical-coordinate representation of color #6A6861: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6861 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 97 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.58 |
| HSL | 46.67º | 0.04% | 0.4% | - |
| HSV(B) | 46.67º | 0.08% | 0.42% | - |
| XYZ | 13.05 | 13.83 | 13.29 | - |
| YUV | 103.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 97 | 0 | 0.02 | 0.08 | 0.58 | 46.67 | 0.04 | 0.4 |
| Hex | 6A | 68 | 61 | 0 | 2 | 8 | 3A | 2F | 4 | 28 |
| Octal | 152 | 150 | 141 | 0 | 2 | 10 | 72 | 57 | 4 | 50 |
| Binary | 1101010 | 1101000 | 1100001 | 0 | 10 | 1000 | 111010 | 101111 | 100 | 101000 |
Color Harmonies of #6A6861
Complementary color
Monochromatic Colors of #6A6861
Black with #6A6861
Text Example
Text Example
White with #6A6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6861; }
p { color: rgb(106,104,97); }
H1.HeaderClassName
{
color: #6A6861;
}
.AnyTagClassName
{
color: #6A6861;
}
</style>
background-color css
<style>
a { background-color: #6A6861; }
a { background-color: rgb(106,104,97); }
div.DivClassName
{
background-color: #6A6861;
}
.BgClassName
{
background-color: #6A6861;
}
</style>
border-color css
<style>
span { border-color: #6A6861; }
span { border-color: rgb(106,104,97); }
td.TdClassName
{
border-color: #6A6861;
}
.TagClassName
{
border-color: #6A6861;
}
</style>