Shades of Scampi #6B698E
Tints of Scampi #6B698E
RGB
CMYK
RGB Variations
Color information
#6B698E (or 0x6B698E) is known color: Scampi. HEX triplet: 6B, 69 and 8E. RGB value is (107,105,142). Sum of RGB (Red+Green+Blue) = 107+105+142=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B698E is #949671. Grayscale: #6D6D6D. Windows color (decimal): -9737842 or 9333099. OLE color: 9333099.
HSL color Cylindrical-coordinate representation of color #6B698E: hue angle of 243.24º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B698E is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 105 | 142 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.44 |
| HSL | 243.24º | 0.15% | 0.48% | - |
| HSV(B) | 243.24º | 0.26% | 0.56% | - |
| XYZ | 16 | 15.18 | 27.68 | - |
| YUV | 109.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 142 | 0.25 | 0.26 | 0 | 0.44 | 243.24 | 0.15 | 0.48 |
| Hex | 6B | 69 | 8E | 19 | 1A | 0 | 2C | F3 | F | 30 |
| Octal | 153 | 151 | 216 | 31 | 32 | 0 | 54 | 363 | 17 | 60 |
| Binary | 1101011 | 1101001 | 10001110 | 11001 | 11010 | 0 | 101100 | 11110011 | 1111 | 110000 |
Color Harmonies of #6B698E
Complementary color
Monochromatic Colors of #6B698E
Black with #6B698E
Text Example
Text Example
White with #6B698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B698E; }
p { color: rgb(107,105,142); }
H1.HeaderClassName
{
color: #6B698E;
}
.AnyTagClassName
{
color: #6B698E;
}
</style>
background-color css
<style>
a { background-color: #6B698E; }
a { background-color: rgb(107,105,142); }
div.DivClassName
{
background-color: #6B698E;
}
.BgClassName
{
background-color: #6B698E;
}
</style>
border-color css
<style>
span { border-color: #6B698E; }
span { border-color: rgb(107,105,142); }
td.TdClassName
{
border-color: #6B698E;
}
.TagClassName
{
border-color: #6B698E;
}
</style>