Shades of Scampi #6F6199
Tints of Scampi #6F6199
RGB
CMYK
RGB Variations
Color information
#6F6199 (or 0x6F6199) is known color: Scampi. HEX triplet: 6F, 61 and 99. RGB value is (111,97,153). Sum of RGB (Red+Green+Blue) = 111+97+153=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6199 is #909E66. Grayscale: #6B6B6B. Windows color (decimal): -9477735 or 10051951. OLE color: 10051951.
HSL color Cylindrical-coordinate representation of color #6F6199: hue angle of 255º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6199 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 97 | 153 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.4 |
| HSL | 255º | 0.22% | 0.49% | - |
| HSV(B) | 255º | 0.37% | 0.6% | - |
| XYZ | 16.58 | 14.23 | 32.01 | - |
| YUV | 107.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 153 | 0.27 | 0.37 | 0 | 0.4 | 255 | 0.22 | 0.49 |
| Hex | 6F | 61 | 99 | 1B | 25 | 0 | 28 | FF | 16 | 31 |
| Octal | 157 | 141 | 231 | 33 | 45 | 0 | 50 | 377 | 26 | 61 |
| Binary | 1101111 | 1100001 | 10011001 | 11011 | 100101 | 0 | 101000 | 11111111 | 10110 | 110001 |
Color Harmonies of #6F6199
Complementary color
Monochromatic Colors of #6F6199
Black with #6F6199
Text Example
Text Example
White with #6F6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6199; }
p { color: rgb(111,97,153); }
H1.HeaderClassName
{
color: #6F6199;
}
.AnyTagClassName
{
color: #6F6199;
}
</style>
background-color css
<style>
a { background-color: #6F6199; }
a { background-color: rgb(111,97,153); }
div.DivClassName
{
background-color: #6F6199;
}
.BgClassName
{
background-color: #6F6199;
}
</style>
border-color css
<style>
span { border-color: #6F6199; }
span { border-color: rgb(111,97,153); }
td.TdClassName
{
border-color: #6F6199;
}
.TagClassName
{
border-color: #6F6199;
}
</style>