Shades of Scampi #6B6692
Tints of Scampi #6B6692
RGB
CMYK
RGB Variations
Color information
#6B6692 (or 0x6B6692) is known color: Scampi. HEX triplet: 6B, 66 and 92. RGB value is (107,102,146). Sum of RGB (Red+Green+Blue) = 107+102+146=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6692 is #94996D. Grayscale: #6C6C6C. Windows color (decimal): -9738606 or 9594475. OLE color: 9594475.
HSL color Cylindrical-coordinate representation of color #6B6692: hue angle of 246.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6692 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 102 | 146 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.43 |
| HSL | 246.82º | 0.18% | 0.49% | - |
| HSV(B) | 246.82º | 0.3% | 0.57% | - |
| XYZ | 16 | 14.7 | 29.19 | - |
| YUV | 108.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 146 | 0.27 | 0.30 | 0 | 0.43 | 246.82 | 0.18 | 0.49 |
| Hex | 6B | 66 | 92 | 1B | 1E | 0 | 2B | F7 | 12 | 31 |
| Octal | 153 | 146 | 222 | 33 | 36 | 0 | 53 | 367 | 22 | 61 |
| Binary | 1101011 | 1100110 | 10010010 | 11011 | 11110 | 0 | 101011 | 11110111 | 10010 | 110001 |
Color Harmonies of #6B6692
Complementary color
Monochromatic Colors of #6B6692
Black with #6B6692
Text Example
Text Example
White with #6B6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6692; }
p { color: rgb(107,102,146); }
H1.HeaderClassName
{
color: #6B6692;
}
.AnyTagClassName
{
color: #6B6692;
}
</style>
background-color css
<style>
a { background-color: #6B6692; }
a { background-color: rgb(107,102,146); }
div.DivClassName
{
background-color: #6B6692;
}
.BgClassName
{
background-color: #6B6692;
}
</style>
border-color css
<style>
span { border-color: #6B6692; }
span { border-color: rgb(107,102,146); }
td.TdClassName
{
border-color: #6B6692;
}
.TagClassName
{
border-color: #6B6692;
}
</style>