Shades of Scampi #6B5C9E
Tints of Scampi #6B5C9E
RGB
CMYK
RGB Variations
Color information
#6B5C9E (or 0x6B5C9E) is known color: Scampi. HEX triplet: 6B, 5C and 9E. RGB value is (107,92,158). Sum of RGB (Red+Green+Blue) = 107+92+158=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B5C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C9E is #94A361. Grayscale: #676767. Windows color (decimal): -9741154 or 10378347. OLE color: 10378347.
HSL color Cylindrical-coordinate representation of color #6B5C9E: hue angle of 253.64º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B5C9E is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 92 | 158 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.38 |
| HSL | 253.64º | 0.26% | 0.49% | - |
| HSV(B) | 253.64º | 0.42% | 0.62% | - |
| XYZ | 16.06 | 13.25 | 34.06 | - |
| YUV | 104.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 158 | 0.32 | 0.42 | 0 | 0.38 | 253.64 | 0.26 | 0.49 |
| Hex | 6B | 5C | 9E | 20 | 2A | 0 | 26 | FE | 1A | 31 |
| Octal | 153 | 134 | 236 | 40 | 52 | 0 | 46 | 376 | 32 | 61 |
| Binary | 1101011 | 1011100 | 10011110 | 100000 | 101010 | 0 | 100110 | 11111110 | 11010 | 110001 |
Color Harmonies of #6B5C9E
Complementary color
Monochromatic Colors of #6B5C9E
Black with #6B5C9E
Text Example
Text Example
White with #6B5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C9E; }
p { color: rgb(107,92,158); }
H1.HeaderClassName
{
color: #6B5C9E;
}
.AnyTagClassName
{
color: #6B5C9E;
}
</style>
background-color css
<style>
a { background-color: #6B5C9E; }
a { background-color: rgb(107,92,158); }
div.DivClassName
{
background-color: #6B5C9E;
}
.BgClassName
{
background-color: #6B5C9E;
}
</style>
border-color css
<style>
span { border-color: #6B5C9E; }
span { border-color: rgb(107,92,158); }
td.TdClassName
{
border-color: #6B5C9E;
}
.TagClassName
{
border-color: #6B5C9E;
}
</style>