Shades of Scampi #6B688F
Tints of Scampi #6B688F
RGB
CMYK
RGB Variations
Color information
#6B688F (or 0x6B688F) is known color: Scampi. HEX triplet: 6B, 68 and 8F. RGB value is (107,104,143). Sum of RGB (Red+Green+Blue) = 107+104+143=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B688F is #949770. Grayscale: #6D6D6D. Windows color (decimal): -9738097 or 9398379. OLE color: 9398379.
HSL color Cylindrical-coordinate representation of color #6B688F: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B688F is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 104 | 143 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.44 |
| HSL | 244.62º | 0.16% | 0.48% | - |
| HSV(B) | 244.62º | 0.27% | 0.56% | - |
| XYZ | 15.97 | 15.01 | 28.04 | - |
| YUV | 109.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 143 | 0.25 | 0.27 | 0 | 0.44 | 244.62 | 0.16 | 0.48 |
| Hex | 6B | 68 | 8F | 19 | 1B | 0 | 2C | F5 | 10 | 30 |
| Octal | 153 | 150 | 217 | 31 | 33 | 0 | 54 | 365 | 20 | 60 |
| Binary | 1101011 | 1101000 | 10001111 | 11001 | 11011 | 0 | 101100 | 11110101 | 10000 | 110000 |
Color Harmonies of #6B688F
Complementary color
Monochromatic Colors of #6B688F
Black with #6B688F
Text Example
Text Example
White with #6B688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B688F; }
p { color: rgb(107,104,143); }
H1.HeaderClassName
{
color: #6B688F;
}
.AnyTagClassName
{
color: #6B688F;
}
</style>
background-color css
<style>
a { background-color: #6B688F; }
a { background-color: rgb(107,104,143); }
div.DivClassName
{
background-color: #6B688F;
}
.BgClassName
{
background-color: #6B688F;
}
</style>
border-color css
<style>
span { border-color: #6B688F; }
span { border-color: rgb(107,104,143); }
td.TdClassName
{
border-color: #6B688F;
}
.TagClassName
{
border-color: #6B688F;
}
</style>