Shades of Scampi #6C6397
Tints of Scampi #6C6397
RGB
CMYK
RGB Variations
Color information
#6C6397 (or 0x6C6397) is known color: Scampi. HEX triplet: 6C, 63 and 97. RGB value is (108,99,151). Sum of RGB (Red+Green+Blue) = 108+99+151=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6397 is #939C68. Grayscale: #6B6B6B. Windows color (decimal): -9673833 or 9921388. OLE color: 9921388.
HSL color Cylindrical-coordinate representation of color #6C6397: hue angle of 250.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C6397 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 99 | 151 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.41 |
| HSL | 250.38º | 0.21% | 0.49% | - |
| HSV(B) | 250.38º | 0.34% | 0.59% | - |
| XYZ | 16.23 | 14.35 | 31.19 | - |
| YUV | 107.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 151 | 0.28 | 0.34 | 0 | 0.41 | 250.38 | 0.21 | 0.49 |
| Hex | 6C | 63 | 97 | 1C | 22 | 0 | 29 | FA | 15 | 31 |
| Octal | 154 | 143 | 227 | 34 | 42 | 0 | 51 | 372 | 25 | 61 |
| Binary | 1101100 | 1100011 | 10010111 | 11100 | 100010 | 0 | 101001 | 11111010 | 10101 | 110001 |
Color Harmonies of #6C6397
Complementary color
Monochromatic Colors of #6C6397
Black with #6C6397
Text Example
Text Example
White with #6C6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6397; }
p { color: rgb(108,99,151); }
H1.HeaderClassName
{
color: #6C6397;
}
.AnyTagClassName
{
color: #6C6397;
}
</style>
background-color css
<style>
a { background-color: #6C6397; }
a { background-color: rgb(108,99,151); }
div.DivClassName
{
background-color: #6C6397;
}
.BgClassName
{
background-color: #6C6397;
}
</style>
border-color css
<style>
span { border-color: #6C6397; }
span { border-color: rgb(108,99,151); }
td.TdClassName
{
border-color: #6C6397;
}
.TagClassName
{
border-color: #6C6397;
}
</style>