Shades of Scampi #6C699F
Tints of Scampi #6C699F
RGB
CMYK
RGB Variations
Color information
#6C699F (or 0x6C699F) is known color: Scampi. HEX triplet: 6C, 69 and 9F. RGB value is (108,105,159). Sum of RGB (Red+Green+Blue) = 108+105+159=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C699F is #939660. Grayscale: #6F6F6F. Windows color (decimal): -9672289 or 10447212. OLE color: 10447212.
HSL color Cylindrical-coordinate representation of color #6C699F: hue angle of 243.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C699F is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 105 | 159 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.38 |
| HSL | 243.33º | 0.22% | 0.52% | - |
| HSV(B) | 243.33º | 0.34% | 0.62% | - |
| XYZ | 17.49 | 15.79 | 34.93 | - |
| YUV | 112.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 159 | 0.32 | 0.34 | 0 | 0.38 | 243.33 | 0.22 | 0.52 |
| Hex | 6C | 69 | 9F | 20 | 22 | 0 | 26 | F3 | 16 | 34 |
| Octal | 154 | 151 | 237 | 40 | 42 | 0 | 46 | 363 | 26 | 64 |
| Binary | 1101100 | 1101001 | 10011111 | 100000 | 100010 | 0 | 100110 | 11110011 | 10110 | 110100 |
Color Harmonies of #6C699F
Complementary color
Monochromatic Colors of #6C699F
Black with #6C699F
Text Example
Text Example
White with #6C699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C699F; }
p { color: rgb(108,105,159); }
H1.HeaderClassName
{
color: #6C699F;
}
.AnyTagClassName
{
color: #6C699F;
}
</style>
background-color css
<style>
a { background-color: #6C699F; }
a { background-color: rgb(108,105,159); }
div.DivClassName
{
background-color: #6C699F;
}
.BgClassName
{
background-color: #6C699F;
}
</style>
border-color css
<style>
span { border-color: #6C699F; }
span { border-color: rgb(108,105,159); }
td.TdClassName
{
border-color: #6C699F;
}
.TagClassName
{
border-color: #6C699F;
}
</style>