Shades of Scampi #6F599D
Tints of Scampi #6F599D
RGB
CMYK
RGB Variations
Color information
#6F599D (or 0x6F599D) is known color: Scampi. HEX triplet: 6F, 59 and 9D. RGB value is (111,89,157). Sum of RGB (Red+Green+Blue) = 111+89+157=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F599D is #90A662. Grayscale: #676767. Windows color (decimal): -9479779 or 10312047. OLE color: 10312047.
HSL color Cylindrical-coordinate representation of color #6F599D: hue angle of 259.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F599D is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 89 | 157 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.38 |
| HSL | 259.41º | 0.28% | 0.48% | - |
| HSV(B) | 259.41º | 0.43% | 0.62% | - |
| XYZ | 16.21 | 12.96 | 33.54 | - |
| YUV | 103.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 157 | 0.29 | 0.43 | 0 | 0.38 | 259.41 | 0.28 | 0.48 |
| Hex | 6F | 59 | 9D | 1D | 2B | 0 | 26 | 103 | 1C | 30 |
| Octal | 157 | 131 | 235 | 35 | 53 | 0 | 46 | 403 | 34 | 60 |
| Binary | 1101111 | 1011001 | 10011101 | 11101 | 101011 | 0 | 100110 | 100000011 | 11100 | 110000 |
Color Harmonies of #6F599D
Complementary color
Monochromatic Colors of #6F599D
Black with #6F599D
Text Example
Text Example
White with #6F599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F599D; }
p { color: rgb(111,89,157); }
H1.HeaderClassName
{
color: #6F599D;
}
.AnyTagClassName
{
color: #6F599D;
}
</style>
background-color css
<style>
a { background-color: #6F599D; }
a { background-color: rgb(111,89,157); }
div.DivClassName
{
background-color: #6F599D;
}
.BgClassName
{
background-color: #6F599D;
}
</style>
border-color css
<style>
span { border-color: #6F599D; }
span { border-color: rgb(111,89,157); }
td.TdClassName
{
border-color: #6F599D;
}
.TagClassName
{
border-color: #6F599D;
}
</style>