Shades of Scampi #6D6998
Tints of Scampi #6D6998
RGB
CMYK
RGB Variations
Color information
#6D6998 (or 0x6D6998) is known color: Scampi. HEX triplet: 6D, 69 and 98. RGB value is (109,105,152). Sum of RGB (Red+Green+Blue) = 109+105+152=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D6998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6998 is #929667. Grayscale: #6F6F6F. Windows color (decimal): -9606760 or 9988461. OLE color: 9988461.
HSL color Cylindrical-coordinate representation of color #6D6998: hue angle of 245.11º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D6998 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 105 | 152 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.40 |
| HSL | 245.11º | 0.19% | 0.5% | - |
| HSV(B) | 245.11º | 0.31% | 0.6% | - |
| XYZ | 17.03 | 15.62 | 31.82 | - |
| YUV | 111.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 152 | 0.28 | 0.31 | 0 | 0.40 | 245.11 | 0.19 | 0.5 |
| Hex | 6D | 69 | 98 | 1C | 1F | 0 | 28 | F5 | 13 | 32 |
| Octal | 155 | 151 | 230 | 34 | 37 | 0 | 50 | 365 | 23 | 62 |
| Binary | 1101101 | 1101001 | 10011000 | 11100 | 11111 | 0 | 101000 | 11110101 | 10011 | 110010 |
Color Harmonies of #6D6998
Complementary color
Monochromatic Colors of #6D6998
Black with #6D6998
Text Example
Text Example
White with #6D6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6998; }
p { color: rgb(109,105,152); }
H1.HeaderClassName
{
color: #6D6998;
}
.AnyTagClassName
{
color: #6D6998;
}
</style>
background-color css
<style>
a { background-color: #6D6998; }
a { background-color: rgb(109,105,152); }
div.DivClassName
{
background-color: #6D6998;
}
.BgClassName
{
background-color: #6D6998;
}
</style>
border-color css
<style>
span { border-color: #6D6998; }
span { border-color: rgb(109,105,152); }
td.TdClassName
{
border-color: #6D6998;
}
.TagClassName
{
border-color: #6D6998;
}
</style>