Shades of Scampi #6C5FA7
Tints of Scampi #6C5FA7
RGB
CMYK
RGB Variations
Color information
#6C5FA7 (or 0x6C5FA7) is known color: Scampi. HEX triplet: 6C, 5F and A7. RGB value is (108,95,167). Sum of RGB (Red+Green+Blue) = 108+95+167=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #6C5FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5FA7 is #93A058. Grayscale: #6A6A6A. Windows color (decimal): -9674841 or 10968940. OLE color: 10968940.
HSL color Cylindrical-coordinate representation of color #6C5FA7: hue angle of 250.83º 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 #6C5FA7 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 95 | 167 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.35 |
| HSL | 250.83º | 0.29% | 0.51% | - |
| HSV(B) | 250.83º | 0.43% | 0.65% | - |
| XYZ | 17.25 | 14.16 | 38.38 | - |
| YUV | 107.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 167 | 0.35 | 0.43 | 0 | 0.35 | 250.83 | 0.29 | 0.51 |
| Hex | 6C | 5F | A7 | 23 | 2B | 0 | 23 | FB | 1D | 33 |
| Octal | 154 | 137 | 247 | 43 | 53 | 0 | 43 | 373 | 35 | 63 |
| Binary | 1101100 | 1011111 | 10100111 | 100011 | 101011 | 0 | 100011 | 11111011 | 11101 | 110011 |
Color Harmonies of #6C5FA7
Complementary color
Monochromatic Colors of #6C5FA7
Black with #6C5FA7
Text Example
Text Example
White with #6C5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FA7; }
p { color: rgb(108,95,167); }
H1.HeaderClassName
{
color: #6C5FA7;
}
.AnyTagClassName
{
color: #6C5FA7;
}
</style>
background-color css
<style>
a { background-color: #6C5FA7; }
a { background-color: rgb(108,95,167); }
div.DivClassName
{
background-color: #6C5FA7;
}
.BgClassName
{
background-color: #6C5FA7;
}
</style>
border-color css
<style>
span { border-color: #6C5FA7; }
span { border-color: rgb(108,95,167); }
td.TdClassName
{
border-color: #6C5FA7;
}
.TagClassName
{
border-color: #6C5FA7;
}
</style>