Shades of Scampi #6D6790
Tints of Scampi #6D6790
RGB
CMYK
RGB Variations
Color information
#6D6790 (or 0x6D6790) is known color: Scampi. HEX triplet: 6D, 67 and 90. RGB value is (109,103,144). Sum of RGB (Red+Green+Blue) = 109+103+144=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6790 is #92986F. Grayscale: #6D6D6D. Windows color (decimal): -9607280 or 9463661. OLE color: 9463661.
HSL color Cylindrical-coordinate representation of color #6D6790: hue angle of 248.78º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D6790 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 103 | 144 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.44 |
| HSL | 248.78º | 0.17% | 0.48% | - |
| HSV(B) | 248.78º | 0.28% | 0.56% | - |
| XYZ | 16.19 | 14.97 | 28.42 | - |
| YUV | 109.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 144 | 0.24 | 0.28 | 0 | 0.44 | 248.78 | 0.17 | 0.48 |
| Hex | 6D | 67 | 90 | 18 | 1C | 0 | 2C | F9 | 11 | 30 |
| Octal | 155 | 147 | 220 | 30 | 34 | 0 | 54 | 371 | 21 | 60 |
| Binary | 1101101 | 1100111 | 10010000 | 11000 | 11100 | 0 | 101100 | 11111001 | 10001 | 110000 |
Color Harmonies of #6D6790
Complementary color
Monochromatic Colors of #6D6790
Black with #6D6790
Text Example
Text Example
White with #6D6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6790; }
p { color: rgb(109,103,144); }
H1.HeaderClassName
{
color: #6D6790;
}
.AnyTagClassName
{
color: #6D6790;
}
</style>
background-color css
<style>
a { background-color: #6D6790; }
a { background-color: rgb(109,103,144); }
div.DivClassName
{
background-color: #6D6790;
}
.BgClassName
{
background-color: #6D6790;
}
</style>
border-color css
<style>
span { border-color: #6D6790; }
span { border-color: rgb(109,103,144); }
td.TdClassName
{
border-color: #6D6790;
}
.TagClassName
{
border-color: #6D6790;
}
</style>