Shades of Scampi #6C5FA6
Tints of Scampi #6C5FA6
RGB
CMYK
RGB Variations
Color information
#6C5FA6 (or 0x6C5FA6) is known color: Scampi. HEX triplet: 6C, 5F and A6. RGB value is (108,95,166). Sum of RGB (Red+Green+Blue) = 108+95+166=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #6C5FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5FA6 is #93A059. Grayscale: #6A6A6A. Windows color (decimal): -9674842 or 10903404. OLE color: 10903404.
HSL color Cylindrical-coordinate representation of color #6C5FA6: hue angle of 250.99º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C5FA6 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 95 | 166 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.35 |
| HSL | 250.99º | 0.29% | 0.51% | - |
| HSV(B) | 250.99º | 0.43% | 0.65% | - |
| XYZ | 17.16 | 14.13 | 37.9 | - |
| YUV | 106.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 166 | 0.35 | 0.43 | 0 | 0.35 | 250.99 | 0.29 | 0.51 |
| Hex | 6C | 5F | A6 | 23 | 2B | 0 | 23 | FB | 1D | 33 |
| Octal | 154 | 137 | 246 | 43 | 53 | 0 | 43 | 373 | 35 | 63 |
| Binary | 1101100 | 1011111 | 10100110 | 100011 | 101011 | 0 | 100011 | 11111011 | 11101 | 110011 |
Color Harmonies of #6C5FA6
Complementary color
Monochromatic Colors of #6C5FA6
Black with #6C5FA6
Text Example
Text Example
White with #6C5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FA6; }
p { color: rgb(108,95,166); }
H1.HeaderClassName
{
color: #6C5FA6;
}
.AnyTagClassName
{
color: #6C5FA6;
}
</style>
background-color css
<style>
a { background-color: #6C5FA6; }
a { background-color: rgb(108,95,166); }
div.DivClassName
{
background-color: #6C5FA6;
}
.BgClassName
{
background-color: #6C5FA6;
}
</style>
border-color css
<style>
span { border-color: #6C5FA6; }
span { border-color: rgb(108,95,166); }
td.TdClassName
{
border-color: #6C5FA6;
}
.TagClassName
{
border-color: #6C5FA6;
}
</style>