Shades of Scampi #6D6198
Tints of Scampi #6D6198
RGB
CMYK
RGB Variations
Color information
#6D6198 (or 0x6D6198) is known color: Scampi. HEX triplet: 6D, 61 and 98. RGB value is (109,97,152). Sum of RGB (Red+Green+Blue) = 109+97+152=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D6198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6198 is #929E67. Grayscale: #6A6A6A. Windows color (decimal): -9608808 or 9986413. OLE color: 9986413.
HSL color Cylindrical-coordinate representation of color #6D6198: hue angle of 253.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D6198 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 97 | 152 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.40 |
| HSL | 253.09º | 0.22% | 0.49% | - |
| HSV(B) | 253.09º | 0.36% | 0.6% | - |
| XYZ | 16.25 | 14.07 | 31.56 | - |
| YUV | 106.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 152 | 0.28 | 0.36 | 0 | 0.40 | 253.09 | 0.22 | 0.49 |
| Hex | 6D | 61 | 98 | 1C | 24 | 0 | 28 | FD | 16 | 31 |
| Octal | 155 | 141 | 230 | 34 | 44 | 0 | 50 | 375 | 26 | 61 |
| Binary | 1101101 | 1100001 | 10011000 | 11100 | 100100 | 0 | 101000 | 11111101 | 10110 | 110001 |
Color Harmonies of #6D6198
Complementary color
Monochromatic Colors of #6D6198
Black with #6D6198
Text Example
Text Example
White with #6D6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6198; }
p { color: rgb(109,97,152); }
H1.HeaderClassName
{
color: #6D6198;
}
.AnyTagClassName
{
color: #6D6198;
}
</style>
background-color css
<style>
a { background-color: #6D6198; }
a { background-color: rgb(109,97,152); }
div.DivClassName
{
background-color: #6D6198;
}
.BgClassName
{
background-color: #6D6198;
}
</style>
border-color css
<style>
span { border-color: #6D6198; }
span { border-color: rgb(109,97,152); }
td.TdClassName
{
border-color: #6D6198;
}
.TagClassName
{
border-color: #6D6198;
}
</style>