Shades of Scampi #6C599F
Tints of Scampi #6C599F
RGB
CMYK
RGB Variations
Color information
#6C599F (or 0x6C599F) is known color: Scampi. HEX triplet: 6C, 59 and 9F. RGB value is (108,89,159). Sum of RGB (Red+Green+Blue) = 108+89+159=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C599F is #93A660. Grayscale: #666666. Windows color (decimal): -9676385 or 10443116. OLE color: 10443116.
HSL color Cylindrical-coordinate representation of color #6C599F: hue angle of 256.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C599F is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 89 | 159 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.38 |
| HSL | 256.29º | 0.28% | 0.49% | - |
| HSV(B) | 256.29º | 0.44% | 0.62% | - |
| XYZ | 16.01 | 12.84 | 34.43 | - |
| YUV | 102.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 159 | 0.32 | 0.44 | 0 | 0.38 | 256.29 | 0.28 | 0.49 |
| Hex | 6C | 59 | 9F | 20 | 2C | 0 | 26 | 100 | 1C | 31 |
| Octal | 154 | 131 | 237 | 40 | 54 | 0 | 46 | 400 | 34 | 61 |
| Binary | 1101100 | 1011001 | 10011111 | 100000 | 101100 | 0 | 100110 | 100000000 | 11100 | 110001 |
Color Harmonies of #6C599F
Complementary color
Monochromatic Colors of #6C599F
Black with #6C599F
Text Example
Text Example
White with #6C599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C599F; }
p { color: rgb(108,89,159); }
H1.HeaderClassName
{
color: #6C599F;
}
.AnyTagClassName
{
color: #6C599F;
}
</style>
background-color css
<style>
a { background-color: #6C599F; }
a { background-color: rgb(108,89,159); }
div.DivClassName
{
background-color: #6C599F;
}
.BgClassName
{
background-color: #6C599F;
}
</style>
border-color css
<style>
span { border-color: #6C599F; }
span { border-color: rgb(108,89,159); }
td.TdClassName
{
border-color: #6C599F;
}
.TagClassName
{
border-color: #6C599F;
}
</style>