Shades of Scampi #6D639E
Tints of Scampi #6D639E
RGB
CMYK
RGB Variations
Color information
#6D639E (or 0x6D639E) is known color: Scampi. HEX triplet: 6D, 63 and 9E. RGB value is (109,99,158). Sum of RGB (Red+Green+Blue) = 109+99+158=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D639E is #929C61. Grayscale: #6C6C6C. Windows color (decimal): -9608290 or 10380141. OLE color: 10380141.
HSL color Cylindrical-coordinate representation of color #6D639E: hue angle of 250.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D639E is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 99 | 158 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.38 |
| HSL | 250.17º | 0.23% | 0.5% | - |
| HSV(B) | 250.17º | 0.37% | 0.62% | - |
| XYZ | 16.94 | 14.64 | 34.28 | - |
| YUV | 108.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 158 | 0.31 | 0.37 | 0 | 0.38 | 250.17 | 0.23 | 0.5 |
| Hex | 6D | 63 | 9E | 1F | 25 | 0 | 26 | FA | 17 | 32 |
| Octal | 155 | 143 | 236 | 37 | 45 | 0 | 46 | 372 | 27 | 62 |
| Binary | 1101101 | 1100011 | 10011110 | 11111 | 100101 | 0 | 100110 | 11111010 | 10111 | 110010 |
Color Harmonies of #6D639E
Complementary color
Monochromatic Colors of #6D639E
Black with #6D639E
Text Example
Text Example
White with #6D639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D639E; }
p { color: rgb(109,99,158); }
H1.HeaderClassName
{
color: #6D639E;
}
.AnyTagClassName
{
color: #6D639E;
}
</style>
background-color css
<style>
a { background-color: #6D639E; }
a { background-color: rgb(109,99,158); }
div.DivClassName
{
background-color: #6D639E;
}
.BgClassName
{
background-color: #6D639E;
}
</style>
border-color css
<style>
span { border-color: #6D639E; }
span { border-color: rgb(109,99,158); }
td.TdClassName
{
border-color: #6D639E;
}
.TagClassName
{
border-color: #6D639E;
}
</style>