Shades of Scampi #6F619F
Tints of Scampi #6F619F
RGB
CMYK
RGB Variations
Color information
#6F619F (or 0x6F619F) is known color: Scampi. HEX triplet: 6F, 61 and 9F. RGB value is (111,97,159). Sum of RGB (Red+Green+Blue) = 111+97+159=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F619F is #909E60. Grayscale: #6C6C6C. Windows color (decimal): -9477729 or 10445167. OLE color: 10445167.
HSL color Cylindrical-coordinate representation of color #6F619F: hue angle of 253.55º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F619F is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 97 | 159 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.38 |
| HSL | 253.55º | 0.24% | 0.5% | - |
| HSV(B) | 253.55º | 0.39% | 0.62% | - |
| XYZ | 17.09 | 14.43 | 34.69 | - |
| YUV | 108.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 159 | 0.30 | 0.39 | 0 | 0.38 | 253.55 | 0.24 | 0.5 |
| Hex | 6F | 61 | 9F | 1E | 27 | 0 | 26 | FE | 18 | 32 |
| Octal | 157 | 141 | 237 | 36 | 47 | 0 | 46 | 376 | 30 | 62 |
| Binary | 1101111 | 1100001 | 10011111 | 11110 | 100111 | 0 | 100110 | 11111110 | 11000 | 110010 |
Color Harmonies of #6F619F
Complementary color
Monochromatic Colors of #6F619F
Black with #6F619F
Text Example
Text Example
White with #6F619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F619F; }
p { color: rgb(111,97,159); }
H1.HeaderClassName
{
color: #6F619F;
}
.AnyTagClassName
{
color: #6F619F;
}
</style>
background-color css
<style>
a { background-color: #6F619F; }
a { background-color: rgb(111,97,159); }
div.DivClassName
{
background-color: #6F619F;
}
.BgClassName
{
background-color: #6F619F;
}
</style>
border-color css
<style>
span { border-color: #6F619F; }
span { border-color: rgb(111,97,159); }
td.TdClassName
{
border-color: #6F619F;
}
.TagClassName
{
border-color: #6F619F;
}
</style>