Shades of Scampi #6B5D96
Tints of Scampi #6B5D96
RGB
CMYK
RGB Variations
Color information
#6B5D96 (or 0x6B5D96) is known color: Scampi. HEX triplet: 6B, 5D and 96. RGB value is (107,93,150). Sum of RGB (Red+Green+Blue) = 107+93+150=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5D96 is #94A269. Grayscale: #676767. Windows color (decimal): -9740906 or 9854315. OLE color: 9854315.
HSL color Cylindrical-coordinate representation of color #6B5D96: hue angle of 254.74º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5D96 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 93 | 150 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.41 |
| HSL | 254.74º | 0.23% | 0.48% | - |
| HSV(B) | 254.74º | 0.38% | 0.59% | - |
| XYZ | 15.48 | 13.16 | 30.58 | - |
| YUV | 103.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 150 | 0.29 | 0.38 | 0 | 0.41 | 254.74 | 0.23 | 0.48 |
| Hex | 6B | 5D | 96 | 1D | 26 | 0 | 29 | FF | 17 | 30 |
| Octal | 153 | 135 | 226 | 35 | 46 | 0 | 51 | 377 | 27 | 60 |
| Binary | 1101011 | 1011101 | 10010110 | 11101 | 100110 | 0 | 101001 | 11111111 | 10111 | 110000 |
Color Harmonies of #6B5D96
Complementary color
Monochromatic Colors of #6B5D96
Black with #6B5D96
Text Example
Text Example
White with #6B5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D96; }
p { color: rgb(107,93,150); }
H1.HeaderClassName
{
color: #6B5D96;
}
.AnyTagClassName
{
color: #6B5D96;
}
</style>
background-color css
<style>
a { background-color: #6B5D96; }
a { background-color: rgb(107,93,150); }
div.DivClassName
{
background-color: #6B5D96;
}
.BgClassName
{
background-color: #6B5D96;
}
</style>
border-color css
<style>
span { border-color: #6B5D96; }
span { border-color: rgb(107,93,150); }
td.TdClassName
{
border-color: #6B5D96;
}
.TagClassName
{
border-color: #6B5D96;
}
</style>