Shades of Scampi #6B5C9B
Tints of Scampi #6B5C9B
RGB
CMYK
RGB Variations
Color information
#6B5C9B (or 0x6B5C9B) is known color: Scampi. HEX triplet: 6B, 5C and 9B. RGB value is (107,92,155). Sum of RGB (Red+Green+Blue) = 107+92+155=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B5C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C9B is #94A364. Grayscale: #676767. Windows color (decimal): -9741157 or 10181739. OLE color: 10181739.
HSL color Cylindrical-coordinate representation of color #6B5C9B: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B5C9B is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 92 | 155 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.39 |
| HSL | 254.29º | 0.26% | 0.48% | - |
| HSV(B) | 254.29º | 0.41% | 0.61% | - |
| XYZ | 15.81 | 13.15 | 32.71 | - |
| YUV | 103.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 155 | 0.31 | 0.41 | 0 | 0.39 | 254.29 | 0.26 | 0.48 |
| Hex | 6B | 5C | 9B | 1F | 29 | 0 | 27 | FE | 1A | 30 |
| Octal | 153 | 134 | 233 | 37 | 51 | 0 | 47 | 376 | 32 | 60 |
| Binary | 1101011 | 1011100 | 10011011 | 11111 | 101001 | 0 | 100111 | 11111110 | 11010 | 110000 |
Color Harmonies of #6B5C9B
Complementary color
Monochromatic Colors of #6B5C9B
Black with #6B5C9B
Text Example
Text Example
White with #6B5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C9B; }
p { color: rgb(107,92,155); }
H1.HeaderClassName
{
color: #6B5C9B;
}
.AnyTagClassName
{
color: #6B5C9B;
}
</style>
background-color css
<style>
a { background-color: #6B5C9B; }
a { background-color: rgb(107,92,155); }
div.DivClassName
{
background-color: #6B5C9B;
}
.BgClassName
{
background-color: #6B5C9B;
}
</style>
border-color css
<style>
span { border-color: #6B5C9B; }
span { border-color: rgb(107,92,155); }
td.TdClassName
{
border-color: #6B5C9B;
}
.TagClassName
{
border-color: #6B5C9B;
}
</style>