Shades of Storm Dust #6B6859
Tints of Storm Dust #6B6859
RGB
CMYK
RGB Variations
Color information
#6B6859 (or 0x6B6859) is known color: Storm Dust. HEX triplet: 6B, 68 and 59. RGB value is (107,104,89). Sum of RGB (Red+Green+Blue) = 107+104+89=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6859 is #9497A6. Grayscale: #676767. Windows color (decimal): -9738151 or 5859435. OLE color: 5859435.
HSL color Cylindrical-coordinate representation of color #6B6859: hue angle of 50º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B6859 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 89 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.58 |
| HSL | 50º | 0.09% | 0.38% | - |
| HSV(B) | 50º | 0.17% | 0.42% | - |
| XYZ | 12.82 | 13.75 | 11.43 | - |
| YUV | 103.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 89 | 0 | 0.03 | 0.17 | 0.58 | 50 | 0.09 | 0.38 |
| Hex | 6B | 68 | 59 | 0 | 3 | 11 | 3A | 32 | 9 | 26 |
| Octal | 153 | 150 | 131 | 0 | 3 | 21 | 72 | 62 | 11 | 46 |
| Binary | 1101011 | 1101000 | 1011001 | 0 | 11 | 10001 | 111010 | 110010 | 1001 | 100110 |
Color Harmonies of #6B6859
Complementary color
Monochromatic Colors of #6B6859
Black with #6B6859
Text Example
Text Example
White with #6B6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6859; }
p { color: rgb(107,104,89); }
H1.HeaderClassName
{
color: #6B6859;
}
.AnyTagClassName
{
color: #6B6859;
}
</style>
background-color css
<style>
a { background-color: #6B6859; }
a { background-color: rgb(107,104,89); }
div.DivClassName
{
background-color: #6B6859;
}
.BgClassName
{
background-color: #6B6859;
}
</style>
border-color css
<style>
span { border-color: #6B6859; }
span { border-color: rgb(107,104,89); }
td.TdClassName
{
border-color: #6B6859;
}
.TagClassName
{
border-color: #6B6859;
}
</style>