Shades of Scampi #6B698D
Tints of Scampi #6B698D
RGB
CMYK
RGB Variations
Color information
#6B698D (or 0x6B698D) is known color: Scampi. HEX triplet: 6B, 69 and 8D. RGB value is (107,105,141). Sum of RGB (Red+Green+Blue) = 107+105+141=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B698D is #949672. Grayscale: #6D6D6D. Windows color (decimal): -9737843 or 9267563. OLE color: 9267563.
HSL color Cylindrical-coordinate representation of color #6B698D: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B698D is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 105 | 141 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.45 |
| HSL | 243.33º | 0.15% | 0.48% | - |
| HSV(B) | 243.33º | 0.26% | 0.55% | - |
| XYZ | 15.92 | 15.15 | 27.28 | - |
| YUV | 109.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 141 | 0.24 | 0.26 | 0 | 0.45 | 243.33 | 0.15 | 0.48 |
| Hex | 6B | 69 | 8D | 18 | 1A | 0 | 2D | F3 | F | 30 |
| Octal | 153 | 151 | 215 | 30 | 32 | 0 | 55 | 363 | 17 | 60 |
| Binary | 1101011 | 1101001 | 10001101 | 11000 | 11010 | 0 | 101101 | 11110011 | 1111 | 110000 |
Color Harmonies of #6B698D
Complementary color
Monochromatic Colors of #6B698D
Black with #6B698D
Text Example
Text Example
White with #6B698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B698D; }
p { color: rgb(107,105,141); }
H1.HeaderClassName
{
color: #6B698D;
}
.AnyTagClassName
{
color: #6B698D;
}
</style>
background-color css
<style>
a { background-color: #6B698D; }
a { background-color: rgb(107,105,141); }
div.DivClassName
{
background-color: #6B698D;
}
.BgClassName
{
background-color: #6B698D;
}
</style>
border-color css
<style>
span { border-color: #6B698D; }
span { border-color: rgb(107,105,141); }
td.TdClassName
{
border-color: #6B698D;
}
.TagClassName
{
border-color: #6B698D;
}
</style>