Shades of Scampi #6D6990
Tints of Scampi #6D6990
RGB
CMYK
RGB Variations
Color information
#6D6990 (or 0x6D6990) is known color: Scampi. HEX triplet: 6D, 69 and 90. RGB value is (109,105,144). Sum of RGB (Red+Green+Blue) = 109+105+144=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6990 is #92966F. Grayscale: #6E6E6E. Windows color (decimal): -9606768 or 9464173. OLE color: 9464173.
HSL color Cylindrical-coordinate representation of color #6D6990: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6990 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 105 | 144 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.44 |
| HSL | 246.15º | 0.16% | 0.49% | - |
| HSV(B) | 246.15º | 0.27% | 0.56% | - |
| XYZ | 16.39 | 15.37 | 28.49 | - |
| YUV | 110.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 144 | 0.24 | 0.27 | 0 | 0.44 | 246.15 | 0.16 | 0.49 |
| Hex | 6D | 69 | 90 | 18 | 1B | 0 | 2C | F6 | 10 | 31 |
| Octal | 155 | 151 | 220 | 30 | 33 | 0 | 54 | 366 | 20 | 61 |
| Binary | 1101101 | 1101001 | 10010000 | 11000 | 11011 | 0 | 101100 | 11110110 | 10000 | 110001 |
Color Harmonies of #6D6990
Complementary color
Monochromatic Colors of #6D6990
Black with #6D6990
Text Example
Text Example
White with #6D6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6990; }
p { color: rgb(109,105,144); }
H1.HeaderClassName
{
color: #6D6990;
}
.AnyTagClassName
{
color: #6D6990;
}
</style>
background-color css
<style>
a { background-color: #6D6990; }
a { background-color: rgb(109,105,144); }
div.DivClassName
{
background-color: #6D6990;
}
.BgClassName
{
background-color: #6D6990;
}
</style>
border-color css
<style>
span { border-color: #6D6990; }
span { border-color: rgb(109,105,144); }
td.TdClassName
{
border-color: #6D6990;
}
.TagClassName
{
border-color: #6D6990;
}
</style>