Shades of Scampi #6C6890
Tints of Scampi #6C6890
RGB
CMYK
RGB Variations
Color information
#6C6890 (or 0x6C6890) is known color: Scampi. HEX triplet: 6C, 68 and 90. RGB value is (108,104,144). Sum of RGB (Red+Green+Blue) = 108+104+144=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 104 (41.02% from 255 or 29.21% 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 #6C6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6890 is #93976F. Grayscale: #6D6D6D. Windows color (decimal): -9672560 or 9463916. OLE color: 9463916.
HSL color Cylindrical-coordinate representation of color #6C6890: hue angle of 246º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C6890 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 104 | 144 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.44 |
| HSL | 246º | 0.16% | 0.49% | - |
| HSV(B) | 246º | 0.28% | 0.56% | - |
| XYZ | 16.17 | 15.1 | 28.45 | - |
| YUV | 109.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 144 | 0.25 | 0.28 | 0 | 0.44 | 246 | 0.16 | 0.49 |
| Hex | 6C | 68 | 90 | 19 | 1C | 0 | 2C | F6 | 10 | 31 |
| Octal | 154 | 150 | 220 | 31 | 34 | 0 | 54 | 366 | 20 | 61 |
| Binary | 1101100 | 1101000 | 10010000 | 11001 | 11100 | 0 | 101100 | 11110110 | 10000 | 110001 |
Color Harmonies of #6C6890
Complementary color
Monochromatic Colors of #6C6890
Black with #6C6890
Text Example
Text Example
White with #6C6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6890; }
p { color: rgb(108,104,144); }
H1.HeaderClassName
{
color: #6C6890;
}
.AnyTagClassName
{
color: #6C6890;
}
</style>
background-color css
<style>
a { background-color: #6C6890; }
a { background-color: rgb(108,104,144); }
div.DivClassName
{
background-color: #6C6890;
}
.BgClassName
{
background-color: #6C6890;
}
</style>
border-color css
<style>
span { border-color: #6C6890; }
span { border-color: rgb(108,104,144); }
td.TdClassName
{
border-color: #6C6890;
}
.TagClassName
{
border-color: #6C6890;
}
</style>