Shades of Scampi #6B5FA2
Tints of Scampi #6B5FA2
RGB
CMYK
RGB Variations
Color information
#6B5FA2 (or 0x6B5FA2) is known color: Scampi. HEX triplet: 6B, 5F and A2. RGB value is (107,95,162). Sum of RGB (Red+Green+Blue) = 107+95+162=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B5FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5FA2 is #94A05D. Grayscale: #696969. Windows color (decimal): -9740382 or 10641259. OLE color: 10641259.
HSL color Cylindrical-coordinate representation of color #6B5FA2: hue angle of 250.75º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B5FA2 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 95 | 162 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.36 |
| HSL | 250.75º | 0.26% | 0.5% | - |
| HSV(B) | 250.75º | 0.41% | 0.64% | - |
| XYZ | 16.68 | 13.92 | 35.99 | - |
| YUV | 106.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 162 | 0.34 | 0.41 | 0 | 0.36 | 250.75 | 0.26 | 0.5 |
| Hex | 6B | 5F | A2 | 22 | 29 | 0 | 24 | FB | 1A | 32 |
| Octal | 153 | 137 | 242 | 42 | 51 | 0 | 44 | 373 | 32 | 62 |
| Binary | 1101011 | 1011111 | 10100010 | 100010 | 101001 | 0 | 100100 | 11111011 | 11010 | 110010 |
Color Harmonies of #6B5FA2
Complementary color
Monochromatic Colors of #6B5FA2
Black with #6B5FA2
Text Example
Text Example
White with #6B5FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FA2; }
p { color: rgb(107,95,162); }
H1.HeaderClassName
{
color: #6B5FA2;
}
.AnyTagClassName
{
color: #6B5FA2;
}
</style>
background-color css
<style>
a { background-color: #6B5FA2; }
a { background-color: rgb(107,95,162); }
div.DivClassName
{
background-color: #6B5FA2;
}
.BgClassName
{
background-color: #6B5FA2;
}
</style>
border-color css
<style>
span { border-color: #6B5FA2; }
span { border-color: rgb(107,95,162); }
td.TdClassName
{
border-color: #6B5FA2;
}
.TagClassName
{
border-color: #6B5FA2;
}
</style>