Shades of Scampi #6F5D9F
Tints of Scampi #6F5D9F
RGB
CMYK
RGB Variations
Color information
#6F5D9F (or 0x6F5D9F) is known color: Scampi. HEX triplet: 6F, 5D and 9F. RGB value is (111,93,159). Sum of RGB (Red+Green+Blue) = 111+93+159=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F5D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5D9F is #90A260. Grayscale: #696969. Windows color (decimal): -9478753 or 10444143. OLE color: 10444143.
HSL color Cylindrical-coordinate representation of color #6F5D9F: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5D9F is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 93 | 159 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.38 |
| HSL | 256.36º | 0.26% | 0.49% | - |
| HSV(B) | 256.36º | 0.42% | 0.62% | - |
| XYZ | 16.73 | 13.71 | 34.57 | - |
| YUV | 105.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 159 | 0.30 | 0.42 | 0 | 0.38 | 256.36 | 0.26 | 0.49 |
| Hex | 6F | 5D | 9F | 1E | 2A | 0 | 26 | 100 | 1A | 31 |
| Octal | 157 | 135 | 237 | 36 | 52 | 0 | 46 | 400 | 32 | 61 |
| Binary | 1101111 | 1011101 | 10011111 | 11110 | 101010 | 0 | 100110 | 100000000 | 11010 | 110001 |
Color Harmonies of #6F5D9F
Complementary color
Monochromatic Colors of #6F5D9F
Black with #6F5D9F
Text Example
Text Example
White with #6F5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D9F; }
p { color: rgb(111,93,159); }
H1.HeaderClassName
{
color: #6F5D9F;
}
.AnyTagClassName
{
color: #6F5D9F;
}
</style>
background-color css
<style>
a { background-color: #6F5D9F; }
a { background-color: rgb(111,93,159); }
div.DivClassName
{
background-color: #6F5D9F;
}
.BgClassName
{
background-color: #6F5D9F;
}
</style>
border-color css
<style>
span { border-color: #6F5D9F; }
span { border-color: rgb(111,93,159); }
td.TdClassName
{
border-color: #6F5D9F;
}
.TagClassName
{
border-color: #6F5D9F;
}
</style>