Shades of Scampi #6F6393
Tints of Scampi #6F6393
RGB
CMYK
RGB Variations
Color information
#6F6393 (or 0x6F6393) is known color: Scampi. HEX triplet: 6F, 63 and 93. RGB value is (111,99,147). Sum of RGB (Red+Green+Blue) = 111+99+147=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F6393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6393 is #909C6C. Grayscale: #6B6B6B. Windows color (decimal): -9477229 or 9659247. OLE color: 9659247.
HSL color Cylindrical-coordinate representation of color #6F6393: hue angle of 255º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6393 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 99 | 147 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.42 |
| HSL | 255º | 0.2% | 0.48% | - |
| HSV(B) | 255º | 0.33% | 0.58% | - |
| XYZ | 16.28 | 14.41 | 29.53 | - |
| YUV | 108.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 147 | 0.24 | 0.33 | 0 | 0.42 | 255 | 0.2 | 0.48 |
| Hex | 6F | 63 | 93 | 18 | 21 | 0 | 2A | FF | 14 | 30 |
| Octal | 157 | 143 | 223 | 30 | 41 | 0 | 52 | 377 | 24 | 60 |
| Binary | 1101111 | 1100011 | 10010011 | 11000 | 100001 | 0 | 101010 | 11111111 | 10100 | 110000 |
Color Harmonies of #6F6393
Complementary color
Monochromatic Colors of #6F6393
Black with #6F6393
Text Example
Text Example
White with #6F6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6393; }
p { color: rgb(111,99,147); }
H1.HeaderClassName
{
color: #6F6393;
}
.AnyTagClassName
{
color: #6F6393;
}
</style>
background-color css
<style>
a { background-color: #6F6393; }
a { background-color: rgb(111,99,147); }
div.DivClassName
{
background-color: #6F6393;
}
.BgClassName
{
background-color: #6F6393;
}
</style>
border-color css
<style>
span { border-color: #6F6393; }
span { border-color: rgb(111,99,147); }
td.TdClassName
{
border-color: #6F6393;
}
.TagClassName
{
border-color: #6F6393;
}
</style>