Shades of Scampi #6B6193
Tints of Scampi #6B6193
RGB
CMYK
RGB Variations
Color information
#6B6193 (or 0x6B6193) is known color: Scampi. HEX triplet: 6B, 61 and 93. RGB value is (107,97,147). Sum of RGB (Red+Green+Blue) = 107+97+147=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B6193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6193 is #949E6C. Grayscale: #696969. Windows color (decimal): -9739885 or 9658731. OLE color: 9658731.
HSL color Cylindrical-coordinate representation of color #6B6193: hue angle of 252º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6193 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 97 | 147 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.42 |
| HSL | 252º | 0.2% | 0.48% | - |
| HSV(B) | 252º | 0.34% | 0.58% | - |
| XYZ | 15.6 | 13.78 | 29.44 | - |
| YUV | 105.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 147 | 0.27 | 0.34 | 0 | 0.42 | 252 | 0.2 | 0.48 |
| Hex | 6B | 61 | 93 | 1B | 22 | 0 | 2A | FC | 14 | 30 |
| Octal | 153 | 141 | 223 | 33 | 42 | 0 | 52 | 374 | 24 | 60 |
| Binary | 1101011 | 1100001 | 10010011 | 11011 | 100010 | 0 | 101010 | 11111100 | 10100 | 110000 |
Color Harmonies of #6B6193
Complementary color
Monochromatic Colors of #6B6193
Black with #6B6193
Text Example
Text Example
White with #6B6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6193; }
p { color: rgb(107,97,147); }
H1.HeaderClassName
{
color: #6B6193;
}
.AnyTagClassName
{
color: #6B6193;
}
</style>
background-color css
<style>
a { background-color: #6B6193; }
a { background-color: rgb(107,97,147); }
div.DivClassName
{
background-color: #6B6193;
}
.BgClassName
{
background-color: #6B6193;
}
</style>
border-color css
<style>
span { border-color: #6B6193; }
span { border-color: rgb(107,97,147); }
td.TdClassName
{
border-color: #6B6193;
}
.TagClassName
{
border-color: #6B6193;
}
</style>