Shades of Scampi #6F5F98
Tints of Scampi #6F5F98
RGB
CMYK
RGB Variations
Color information
#6F5F98 (or 0x6F5F98) is known color: Scampi. HEX triplet: 6F, 5F and 98. RGB value is (111,95,152). Sum of RGB (Red+Green+Blue) = 111+95+152=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F5F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5F98 is #90A067. Grayscale: #6A6A6A. Windows color (decimal): -9478248 or 9985903. OLE color: 9985903.
HSL color Cylindrical-coordinate representation of color #6F5F98: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F5F98 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 95 | 152 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.40 |
| HSL | 256.84º | 0.23% | 0.48% | - |
| HSV(B) | 256.84º | 0.38% | 0.6% | - |
| XYZ | 16.32 | 13.83 | 31.52 | - |
| YUV | 106.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 152 | 0.27 | 0.38 | 0 | 0.40 | 256.84 | 0.23 | 0.48 |
| Hex | 6F | 5F | 98 | 1B | 26 | 0 | 28 | 101 | 17 | 30 |
| Octal | 157 | 137 | 230 | 33 | 46 | 0 | 50 | 401 | 27 | 60 |
| Binary | 1101111 | 1011111 | 10011000 | 11011 | 100110 | 0 | 101000 | 100000001 | 10111 | 110000 |
Color Harmonies of #6F5F98
Complementary color
Monochromatic Colors of #6F5F98
Black with #6F5F98
Text Example
Text Example
White with #6F5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F98; }
p { color: rgb(111,95,152); }
H1.HeaderClassName
{
color: #6F5F98;
}
.AnyTagClassName
{
color: #6F5F98;
}
</style>
background-color css
<style>
a { background-color: #6F5F98; }
a { background-color: rgb(111,95,152); }
div.DivClassName
{
background-color: #6F5F98;
}
.BgClassName
{
background-color: #6F5F98;
}
</style>
border-color css
<style>
span { border-color: #6F5F98; }
span { border-color: rgb(111,95,152); }
td.TdClassName
{
border-color: #6F5F98;
}
.TagClassName
{
border-color: #6F5F98;
}
</style>