Shades of Scampi #6D6991
Tints of Scampi #6D6991
RGB
CMYK
RGB Variations
Color information
#6D6991 (or 0x6D6991) is known color: Scampi. HEX triplet: 6D, 69 and 91. RGB value is (109,105,145). Sum of RGB (Red+Green+Blue) = 109+105+145=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6991 is #92966E. Grayscale: #6E6E6E. Windows color (decimal): -9606767 or 9529709. OLE color: 9529709.
HSL color Cylindrical-coordinate representation of color #6D6991: hue angle of 246º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D6991 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 105 | 145 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.43 |
| HSL | 246º | 0.16% | 0.49% | - |
| HSV(B) | 246º | 0.28% | 0.57% | - |
| XYZ | 16.47 | 15.4 | 28.89 | - |
| YUV | 110.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 145 | 0.25 | 0.28 | 0 | 0.43 | 246 | 0.16 | 0.49 |
| Hex | 6D | 69 | 91 | 19 | 1C | 0 | 2B | F6 | 10 | 31 |
| Octal | 155 | 151 | 221 | 31 | 34 | 0 | 53 | 366 | 20 | 61 |
| Binary | 1101101 | 1101001 | 10010001 | 11001 | 11100 | 0 | 101011 | 11110110 | 10000 | 110001 |
Color Harmonies of #6D6991
Complementary color
Monochromatic Colors of #6D6991
Black with #6D6991
Text Example
Text Example
White with #6D6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6991; }
p { color: rgb(109,105,145); }
H1.HeaderClassName
{
color: #6D6991;
}
.AnyTagClassName
{
color: #6D6991;
}
</style>
background-color css
<style>
a { background-color: #6D6991; }
a { background-color: rgb(109,105,145); }
div.DivClassName
{
background-color: #6D6991;
}
.BgClassName
{
background-color: #6D6991;
}
</style>
border-color css
<style>
span { border-color: #6D6991; }
span { border-color: rgb(109,105,145); }
td.TdClassName
{
border-color: #6D6991;
}
.TagClassName
{
border-color: #6D6991;
}
</style>