Shades of Scampi #6F649B
Tints of Scampi #6F649B
RGB
CMYK
RGB Variations
Color information
#6F649B (or 0x6F649B) is known color: Scampi. HEX triplet: 6F, 64 and 9B. RGB value is (111,100,155). Sum of RGB (Red+Green+Blue) = 111+100+155=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F649B is #909B64. Grayscale: #6D6D6D. Windows color (decimal): -9476965 or 10183791. OLE color: 10183791.
HSL color Cylindrical-coordinate representation of color #6F649B: hue angle of 252º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F649B is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 100 | 155 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.39 |
| HSL | 252º | 0.22% | 0.5% | - |
| HSV(B) | 252º | 0.35% | 0.61% | - |
| XYZ | 17.03 | 14.86 | 32.98 | - |
| YUV | 109.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 155 | 0.28 | 0.35 | 0 | 0.39 | 252 | 0.22 | 0.5 |
| Hex | 6F | 64 | 9B | 1C | 23 | 0 | 27 | FC | 16 | 32 |
| Octal | 157 | 144 | 233 | 34 | 43 | 0 | 47 | 374 | 26 | 62 |
| Binary | 1101111 | 1100100 | 10011011 | 11100 | 100011 | 0 | 100111 | 11111100 | 10110 | 110010 |
Color Harmonies of #6F649B
Complementary color
Monochromatic Colors of #6F649B
Black with #6F649B
Text Example
Text Example
White with #6F649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F649B; }
p { color: rgb(111,100,155); }
H1.HeaderClassName
{
color: #6F649B;
}
.AnyTagClassName
{
color: #6F649B;
}
</style>
background-color css
<style>
a { background-color: #6F649B; }
a { background-color: rgb(111,100,155); }
div.DivClassName
{
background-color: #6F649B;
}
.BgClassName
{
background-color: #6F649B;
}
</style>
border-color css
<style>
span { border-color: #6F649B; }
span { border-color: rgb(111,100,155); }
td.TdClassName
{
border-color: #6F649B;
}
.TagClassName
{
border-color: #6F649B;
}
</style>