Shades of Scampi #6B5FA6
Tints of Scampi #6B5FA6
RGB
CMYK
RGB Variations
Color information
#6B5FA6 (or 0x6B5FA6) is known color: Scampi. HEX triplet: 6B, 5F and A6. RGB value is (107,95,166). Sum of RGB (Red+Green+Blue) = 107+95+166=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #6B5FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5FA6 is #94A059. Grayscale: #6A6A6A. Windows color (decimal): -9740378 or 10903403. OLE color: 10903403.
HSL color Cylindrical-coordinate representation of color #6B5FA6: hue angle of 250.14º 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 #6B5FA6 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 95 | 166 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.35 |
| HSL | 250.14º | 0.29% | 0.51% | - |
| HSV(B) | 250.14º | 0.43% | 0.65% | - |
| XYZ | 17.04 | 14.06 | 37.89 | - |
| YUV | 106.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 166 | 0.36 | 0.43 | 0 | 0.35 | 250.14 | 0.29 | 0.51 |
| Hex | 6B | 5F | A6 | 24 | 2B | 0 | 23 | FA | 1D | 33 |
| Octal | 153 | 137 | 246 | 44 | 53 | 0 | 43 | 372 | 35 | 63 |
| Binary | 1101011 | 1011111 | 10100110 | 100100 | 101011 | 0 | 100011 | 11111010 | 11101 | 110011 |
Color Harmonies of #6B5FA6
Complementary color
Monochromatic Colors of #6B5FA6
Black with #6B5FA6
Text Example
Text Example
White with #6B5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FA6; }
p { color: rgb(107,95,166); }
H1.HeaderClassName
{
color: #6B5FA6;
}
.AnyTagClassName
{
color: #6B5FA6;
}
</style>
background-color css
<style>
a { background-color: #6B5FA6; }
a { background-color: rgb(107,95,166); }
div.DivClassName
{
background-color: #6B5FA6;
}
.BgClassName
{
background-color: #6B5FA6;
}
</style>
border-color css
<style>
span { border-color: #6B5FA6; }
span { border-color: rgb(107,95,166); }
td.TdClassName
{
border-color: #6B5FA6;
}
.TagClassName
{
border-color: #6B5FA6;
}
</style>