Shades of Scampi #6D619B
Tints of Scampi #6D619B
RGB
CMYK
RGB Variations
Color information
#6D619B (or 0x6D619B) is known color: Scampi. HEX triplet: 6D, 61 and 9B. RGB value is (109,97,155). Sum of RGB (Red+Green+Blue) = 109+97+155=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D619B is #929E64. Grayscale: #6A6A6A. Windows color (decimal): -9608805 or 10183021. OLE color: 10183021.
HSL color Cylindrical-coordinate representation of color #6D619B: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D619B is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 97 | 155 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.39 |
| HSL | 252.41º | 0.23% | 0.49% | - |
| HSV(B) | 252.41º | 0.37% | 0.61% | - |
| XYZ | 16.5 | 14.17 | 32.88 | - |
| YUV | 107.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 155 | 0.30 | 0.37 | 0 | 0.39 | 252.41 | 0.23 | 0.49 |
| Hex | 6D | 61 | 9B | 1E | 25 | 0 | 27 | FC | 17 | 31 |
| Octal | 155 | 141 | 233 | 36 | 45 | 0 | 47 | 374 | 27 | 61 |
| Binary | 1101101 | 1100001 | 10011011 | 11110 | 100101 | 0 | 100111 | 11111100 | 10111 | 110001 |
Color Harmonies of #6D619B
Complementary color
Monochromatic Colors of #6D619B
Black with #6D619B
Text Example
Text Example
White with #6D619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D619B; }
p { color: rgb(109,97,155); }
H1.HeaderClassName
{
color: #6D619B;
}
.AnyTagClassName
{
color: #6D619B;
}
</style>
background-color css
<style>
a { background-color: #6D619B; }
a { background-color: rgb(109,97,155); }
div.DivClassName
{
background-color: #6D619B;
}
.BgClassName
{
background-color: #6D619B;
}
</style>
border-color css
<style>
span { border-color: #6D619B; }
span { border-color: rgb(109,97,155); }
td.TdClassName
{
border-color: #6D619B;
}
.TagClassName
{
border-color: #6D619B;
}
</style>