Shades of Scampi #6C6891
Tints of Scampi #6C6891
RGB
CMYK
RGB Variations
Color information
#6C6891 (or 0x6C6891) is known color: Scampi. HEX triplet: 6C, 68 and 91. RGB value is (108,104,145). Sum of RGB (Red+Green+Blue) = 108+104+145=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6891 is #93976E. Grayscale: #6D6D6D. Windows color (decimal): -9672559 or 9529452. OLE color: 9529452.
HSL color Cylindrical-coordinate representation of color #6C6891: hue angle of 245.85º 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 #6C6891 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 104 | 145 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.43 |
| HSL | 245.85º | 0.16% | 0.49% | - |
| HSV(B) | 245.85º | 0.28% | 0.57% | - |
| XYZ | 16.25 | 15.13 | 28.85 | - |
| YUV | 109.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 145 | 0.26 | 0.28 | 0 | 0.43 | 245.85 | 0.16 | 0.49 |
| Hex | 6C | 68 | 91 | 1A | 1C | 0 | 2B | F6 | 10 | 31 |
| Octal | 154 | 150 | 221 | 32 | 34 | 0 | 53 | 366 | 20 | 61 |
| Binary | 1101100 | 1101000 | 10010001 | 11010 | 11100 | 0 | 101011 | 11110110 | 10000 | 110001 |
Color Harmonies of #6C6891
Complementary color
Monochromatic Colors of #6C6891
Black with #6C6891
Text Example
Text Example
White with #6C6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6891; }
p { color: rgb(108,104,145); }
H1.HeaderClassName
{
color: #6C6891;
}
.AnyTagClassName
{
color: #6C6891;
}
</style>
background-color css
<style>
a { background-color: #6C6891; }
a { background-color: rgb(108,104,145); }
div.DivClassName
{
background-color: #6C6891;
}
.BgClassName
{
background-color: #6C6891;
}
</style>
border-color css
<style>
span { border-color: #6C6891; }
span { border-color: rgb(108,104,145); }
td.TdClassName
{
border-color: #6C6891;
}
.TagClassName
{
border-color: #6C6891;
}
</style>