Shades of Scampi #6B5C99
Tints of Scampi #6B5C99
RGB
CMYK
RGB Variations
Color information
#6B5C99 (or 0x6B5C99) is known color: Scampi. HEX triplet: 6B, 5C and 99. RGB value is (107,92,153). Sum of RGB (Red+Green+Blue) = 107+92+153=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C99 is #94A366. Grayscale: #676767. Windows color (decimal): -9741159 or 10050667. OLE color: 10050667.
HSL color Cylindrical-coordinate representation of color #6B5C99: hue angle of 254.75º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B5C99 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 92 | 153 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.4 |
| HSL | 254.75º | 0.25% | 0.48% | - |
| HSV(B) | 254.75º | 0.4% | 0.6% | - |
| XYZ | 15.64 | 13.08 | 31.84 | - |
| YUV | 103.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 153 | 0.30 | 0.40 | 0 | 0.4 | 254.75 | 0.25 | 0.48 |
| Hex | 6B | 5C | 99 | 1E | 28 | 0 | 28 | FF | 19 | 30 |
| Octal | 153 | 134 | 231 | 36 | 50 | 0 | 50 | 377 | 31 | 60 |
| Binary | 1101011 | 1011100 | 10011001 | 11110 | 101000 | 0 | 101000 | 11111111 | 11001 | 110000 |
Color Harmonies of #6B5C99
Complementary color
Monochromatic Colors of #6B5C99
Black with #6B5C99
Text Example
Text Example
White with #6B5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C99; }
p { color: rgb(107,92,153); }
H1.HeaderClassName
{
color: #6B5C99;
}
.AnyTagClassName
{
color: #6B5C99;
}
</style>
background-color css
<style>
a { background-color: #6B5C99; }
a { background-color: rgb(107,92,153); }
div.DivClassName
{
background-color: #6B5C99;
}
.BgClassName
{
background-color: #6B5C99;
}
</style>
border-color css
<style>
span { border-color: #6B5C99; }
span { border-color: rgb(107,92,153); }
td.TdClassName
{
border-color: #6B5C99;
}
.TagClassName
{
border-color: #6B5C99;
}
</style>